Skip to content

Commit

Permalink
ci: Fix Invalid secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Sep 10, 2023
1 parent e1a150d commit 7c55964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: "github.event.action == 'labeled' && (github.event.label.name == 'Status: Duplicated' || github.event.label.name == 'Status: Resolved')"
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: "Close pull request"
if: "${{ github.event.issue.pull_request }}"
Expand Down

0 comments on commit 7c55964

Please sign in to comment.