We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d11359 commit c3b037bCopy full SHA for c3b037b
.github/workflows/publish.yml
@@ -10,12 +10,15 @@ jobs:
10
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
11
with:
12
crate: tracel-xtask-macros
13
- secrets: inherit
+ secrets:
14
+ CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}
15
+
16
# --------------------------------------------------------------------------------
17
publish-tracel-xtask:
18
19
20
crate: tracel-xtask
21
needs:
22
- publish-tracel-xtask-macros
23
24
0 commit comments