Skip to content

Commit

Permalink
env GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
smedegaard committed Dec 2, 2024
1 parent bcac59d commit 2d91fad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
run: |
git add Cargo.toml
git commit -m '[Github Actions] update version to ${{ steps.get_version.outputs.RELEASE_VERSION }}'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git push origin HEAD:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to crates.io
run: cargo publish --token ${CRATES_TOKEN}
Expand Down

0 comments on commit 2d91fad

Please sign in to comment.