Skip to content

Commit

Permalink
chore: set GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 27, 2024
1 parent afc96db commit fc7d06f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ concurrency:
group: publish-cli-${{ github.ref_name }}

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
NPM_CONFIG_FUND: false
CARGO_TERM_COLOR: always
DRY_RUN: ${{ !startsWith(github.ref, 'refs/tags/v') }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_FUND: false

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- release-plz

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_FUND: false

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ concurrency:
cancel-in-progress: true

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MISE_EXPERIMENTAL: 1

jobs:
Expand Down

0 comments on commit fc7d06f

Please sign in to comment.