Skip to content

Commit

Permalink
fix: remove id token
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpkuyper committed Aug 18, 2024
1 parent 4a4b488 commit c097291
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
issues: write
pull-requests: write
Expand All @@ -32,14 +31,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Set up NPM for publishing
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Debug NPM Token
run: echo "${NPM_TOKEN:0:4}****"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish with Semantic Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit c097291

Please sign in to comment.