Skip to content

Commit

Permalink
chore: Set GITHUB_TOKEN for git cliff step
Browse files Browse the repository at this point in the history
  • Loading branch information
nesium committed Jun 30, 2024
1 parent 070531c commit 17bff6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:

- name: Install git-cliff
run: cargo install git-cliff

- name: Run git cliff
run: git cliff --latest -v
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Verify versions
run: rustc --version && rustup --version && cargo --version && wasm-pack --version && node --version && npm --version && node -p process.versions.v8
Expand Down

0 comments on commit 17bff6c

Please sign in to comment.