Skip to content

Commit 1c26b70

Browse files
authored
Merge pull request #14 from The-Nefarious-Developer/pipeline
try: set token on node setup
2 parents bddcac6 + c45e9ab commit 1c26b70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
uses: actions/setup-node@v1
4747
with:
4848
node-version: 18
49+
env:
50+
GITHUB_TOKEN: ${{ secrets.NEFARIOUS_GITHUB_TOKEN }}
4951

5052
- name: Install semantic-release
5153
run: |

0 commit comments

Comments
 (0)