Skip to content

Commit

Permalink
chore(ci): fix github token (VIV-000) (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHelm authored Nov 6, 2024
1 parent 509eaca commit e2487d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
publish:
needs: build
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.VNG_VVD_PAT }}
name: Publishing to ${{ matrix.registry }}
strategy:
fail-fast: false
Expand All @@ -50,7 +48,7 @@ jobs:
- npm
include:
- registry: github
token_secret: GITHUB_TOKEN
token_secret: VNG_VVD_PAT
host: npm.pkg.github.com
- registry: npm
token_secret: NPM_AUTH_TOKEN
Expand Down

0 comments on commit e2487d3

Please sign in to comment.