Skip to content

Commit

Permalink
Merge pull request #11 from near-examples/feat/add-issue-transfer-flow
Browse files Browse the repository at this point in the history
rename secret to GH_TOKEN
  • Loading branch information
thisisjoshford committed May 10, 2024
2 parents 5d0f970 + 25cceb1 commit 3cd764e
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 3cd764e

Please sign in to comment.