We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 188f9d5 + a36ae6a commit 465700bCopy full SHA for 465700b
1 file changed
action.yml
@@ -24,6 +24,7 @@ runs:
24
- name: Do something with context
25
shell: bash
26
env:
27
+ GITHUB_TOKEN: ${{ github.token }}
28
GH_TOKEN: ${{ github.token }}
29
run: |
30
node ${{ github.action_path }}/.github/action/dist/index.js
0 commit comments