Skip to content

Commit

Permalink
Update newissue.yml
Browse files Browse the repository at this point in the history
Fix secrets variable

Signed-off-by: Ciarán <[email protected]>
  • Loading branch information
bubonicfred authored May 31, 2024
1 parent 19e1063 commit 40e60a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newissue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
column: 'Todo'
owner: 'bubonicfred'
type: 'user'
github_token: ${{ secrets.GA_ACCESS_TOKEN}}
github_token: ${{ secrets.GITHUB_TOKEN }}
marker: 'issue:todo'

0 comments on commit 40e60a5

Please sign in to comment.