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 01d8d79 + ea135a6 commit 27a9bc8Copy full SHA for 27a9bc8
action.yml
@@ -24,6 +24,7 @@ runs:
24
- name: Do something with context
25
shell: bash
26
env:
27
- GH_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ inputs.token }}
28
+ GH_TOKEN: ${{ inputs.token }}
29
run: |
30
node ${{ github.action_path }}/.github/action/dist/index.js
0 commit comments