We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
env
with
1 parent 34bb247 commit 225c6b0Copy full SHA for 225c6b0
.github/workflows/node.js.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: 15.x
23
- run: node generate.js
24
- - with:
+ env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- name: Commit & Push Generated Data
27
run: |
0 commit comments