Skip to content

Commit

Permalink
Merge pull request #519 from Enselic/fix-leak
Browse files Browse the repository at this point in the history
Release.yml: Do not leak token to CI.yml
  • Loading branch information
Enselic committed Feb 7, 2024
2 parents 1651081 + 0eb97fa commit bceb076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
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 bceb076

Please sign in to comment.