Skip to content

Commit d7a3a1c

Browse files
authored
Update README.md (#2)
Signed-off-by: Jason Hall <jason@chainguard.dev>
1 parent 58c1184 commit d7a3a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and authenticates with it using identity tokens.
66
## Usage
77

88
```yaml
9-
- uses: chainguard-dev/setup-chainctl@main
9+
- uses: chainguard-dev/setup-chainctl@[VERSION]
1010
with:
1111
# the ID of the identity this workload should assume when speaking to Chainguard APIs.
1212
identity: "..."
@@ -19,7 +19,7 @@ permissions:
1919
id-token: write
2020

2121
steps:
22-
- uses: chainguard-dev/setup-chainctl@main
22+
- uses: chainguard-dev/setup-chainctl@[VERSION]
2323
with:
2424
identity: "deadbeef/badf00d"
2525
```

0 commit comments

Comments
 (0)