Skip to content

Commit

Permalink
fix: broken release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsManta committed Feb 3, 2024
1 parent f84bd9e commit 4ebfa6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Allow pushing to `master` branch which is protected
# See https://github.com/settings/tokens/1477019585
token: ${{ secrets.GIT_PUSH_TOKEN }}

- uses: actions/setup-node@v4
with:
Expand All @@ -20,5 +23,8 @@ jobs:

- run: npx auto-npm-version
env:
# Allow creating a new entry in https://github.com/taskworld/positioning-strategy/releases
GITHUB_TOKEN: ${{ secrets.GIT_PUSH_TOKEN }}
# Allow publishing to https://www.npmjs.com/package/positioning-strategy
# See https://www.npmjs.com/settings/rebasecop/tokens
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 4ebfa6b

Please sign in to comment.