We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 465700b + 5908d6c commit ea135a6Copy full SHA for ea135a6
action.yml
@@ -24,7 +24,7 @@ runs:
24
- name: Do something with context
25
shell: bash
26
env:
27
- GITHUB_TOKEN: ${{ github.token }}
28
- GH_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ inputs.token }}
+ GH_TOKEN: ${{ inputs.token }}
29
run: |
30
node ${{ github.action_path }}/.github/action/dist/index.js
0 commit comments