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.
1 parent 465700b commit 5908d6cCopy full SHA for 5908d6c
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