Skip to content

Commit

Permalink
feat: add all env tokens (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderDan98 authored Aug 22, 2024
1 parent 4cc6da9 commit 88cf646
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/changeset-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
release:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 20
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 88cf646

Please sign in to comment.