We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befe7e2 commit 34bb247Copy full SHA for 34bb247
1 file changed
.github/workflows/node.js.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
node-version: 15.x
23
- run: node generate.js
24
+ - with:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- name: Commit & Push Generated Data
27
run: |
28
git config --local user.email "actions@github.com"
0 commit comments