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 53a5401 commit 03e181fCopy full SHA for 03e181f
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v3
17
with:
18
- token: ${{ secrets.GH_TOKEN }}
+ token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
19
- name: Setup Node.js
20
uses: actions/setup-node@v3
21
0 commit comments