Skip to content

Commit 27a9bc8

Browse files
author
Alvaro Muñoz
committed
2 parents 01d8d79 + ea135a6 commit 27a9bc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
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-
GH_TOKEN: ${{ github.token }}
27+
GITHUB_TOKEN: ${{ inputs.token }}
28+
GH_TOKEN: ${{ inputs.token }}
2829
run: |
2930
node ${{ github.action_path }}/.github/action/dist/index.js

0 commit comments

Comments
 (0)