Skip to content

Commit

Permalink
ci: inherit secrets in upload-rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Oct 27, 2023
1 parent ab1a338 commit d1a6419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
tag: ${{ needs.release-please.outputs.catwalk_tag }}
executable: catwalk
member: catppuccin-catwalk
secrets: inherit

upload-puccinier:
needs: release-please
Expand All @@ -42,6 +43,7 @@ jobs:
tag: ${{ needs.release-please.outputs.puccinier_tag }}
executable: puccinier
member: puccinier
secrets: inherit

upload-whiskers:
needs: release-please
Expand All @@ -51,3 +53,4 @@ jobs:
tag: ${{ needs.release-please.outputs.whiskers_tag }}
executable: whiskers
member: catppuccin-whiskers
secrets: inherit
5 changes: 5 additions & 0 deletions .github/workflows/upload-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
tag:
required: true
type: string
secrets:
CARGO_REGISTRY_TOKEN:
required: true
GITHUB_TOKEN:
required: true

jobs:
upload:
Expand Down

0 comments on commit d1a6419

Please sign in to comment.