Skip to content

Commit a36ae6a

Browse files
authored
Add GITHUB_TOKEN
1 parent 92dbceb commit a36ae6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
- name: Do something with context
2525
shell: bash
2626
env:
27+
GITHUB_TOKEN: ${{ github.token }}
2728
GH_TOKEN: ${{ github.token }}
2829
run: |
2930
node ${{ github.action_path }}/.github/action/dist/index.js

0 commit comments

Comments
 (0)