Skip to content

Commit

Permalink
rename secret to GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed May 10, 2024
1 parent dade913 commit 25cceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/issue-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Transfer Issue
uses: actions/github-script@v5
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.GH_TOKEN}}
script: script: |
const issueTitle = context.payload.issue.title;
const issueBody = context.payload.issue.body;
Expand Down

0 comments on commit 25cceb1

Please sign in to comment.