We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8a659 commit 79da63eCopy full SHA for 79da63e
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4.1.1
20
with:
21
show-progress: false
22
- token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
+ token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
23
24
- name: Setup Node.js with npm
25
uses: actions/setup-node@v3.8.1
0 commit comments