Skip to content

Commit

Permalink
Release.yml: Do not leak token to CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic committed Feb 7, 2024
1 parent 6c365b4 commit 0eb97fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
# Make sure regular CI passes before we make a release.
ci:
uses: ./.github/workflows/CI.yml
with:
one_time_crates_io_token_secret: masked

# After regular CI passes we publish to crates.io and push a git tag.
publish-and-tag:
Expand Down

0 comments on commit 0eb97fa

Please sign in to comment.