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 48f2fa3 commit 55a2b4bCopy full SHA for 55a2b4b
.github/workflows/ci.yaml
@@ -2,6 +2,9 @@ name: CI
2
3
on:
4
workflow_call:
5
+ secrets:
6
+ GITHUB_TOKEN:
7
+ required: true
8
9
jobs:
10
.github/workflows/release.yaml
@@ -2,6 +2,11 @@ name: release
+ CARGO_REGISTRY_TOKEN:
11
12
0 commit comments