Skip to content

Commit 465700b

Browse files
authored
Merge pull request #33 from GitHubSecurityLab/jorgectf-patch-1
Add `GITHUB_TOKEN`
2 parents 188f9d5 + a36ae6a commit 465700b

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)