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 7c38ddcCopy full SHA for 7c38ddc
.github/workflows/publish.yml
@@ -10,12 +10,17 @@ jobs:
10
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
11
with:
12
crate: tracel-xtask-macros
13
- secrets: inherit
+ with: # Set the secret as an input
14
+ super_secret: ${{ secrets.SuperSecret }}
15
+ secrets:
16
+ CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}
17
+
18
# --------------------------------------------------------------------------------
19
publish-tracel-xtask:
20
21
22
crate: tracel-xtask
23
needs:
24
- publish-tracel-xtask-macros
25
26
0 commit comments