Skip to content

Commit

Permalink
Fix/ci (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
samijaber authored Dec 14, 2023
1 parent 9337b42 commit 8c5a9fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- name: Setup
uses: actions/checkout@v3
with:
# need this custom token to run CI checks on the created PR
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

- name: Use Node.js
uses: actions/setup-node@v3
Expand All @@ -38,6 +41,9 @@ jobs:
title: "📦 Publish Package"
commit: "📦 Publish Package"
env:
# need this custom token to run CI checks on the created PR
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

# probably don't need both of those, but it works!
NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}

0 comments on commit 8c5a9fd

Please sign in to comment.