Skip to content

Commit ea135a6

Browse files
author
Alvaro Muñoz
authored
Merge pull request #35 from GitHubSecurityLab/jorgectf-patch-2
Fix tokens
2 parents 465700b + 5908d6c commit ea135a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Do something with context
2525
shell: bash
2626
env:
27-
GITHUB_TOKEN: ${{ github.token }}
28-
GH_TOKEN: ${{ github.token }}
27+
GITHUB_TOKEN: ${{ inputs.token }}
28+
GH_TOKEN: ${{ inputs.token }}
2929
run: |
3030
node ${{ github.action_path }}/.github/action/dist/index.js

0 commit comments

Comments
 (0)