Skip to content

Commit

Permalink
Explictly pass the crate API token to publish-crate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Aug 27, 2024
1 parent 9d11359 commit c3b037b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ jobs:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask-macros
secrets: inherit
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

# --------------------------------------------------------------------------------
publish-tracel-xtask:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask
needs:
- publish-tracel-xtask-macros
secrets: inherit
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

0 comments on commit c3b037b

Please sign in to comment.