We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c1184 commit d7a3a1cCopy full SHA for d7a3a1c
README.md
@@ -6,7 +6,7 @@ and authenticates with it using identity tokens.
6
## Usage
7
8
```yaml
9
-- uses: chainguard-dev/setup-chainctl@main
+- uses: chainguard-dev/setup-chainctl@[VERSION]
10
with:
11
# the ID of the identity this workload should assume when speaking to Chainguard APIs.
12
identity: "..."
@@ -19,7 +19,7 @@ permissions:
19
id-token: write
20
21
steps:
22
23
24
identity: "deadbeef/badf00d"
25
```
0 commit comments