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 c0cabfd commit 5d69b36Copy full SHA for 5d69b36
action.yml
@@ -10,19 +10,19 @@ inputs:
10
description: |
11
The Sigstore/cosign secret used to sign the image.
12
13
- Example: `\${{ secrets.SIGNING_SECRET }}`
+ Example: `${{ secrets.SIGNING_SECRET }}`
14
required: true
15
registry_token:
16
17
The token used to sign into the container registry.
18
19
- Example: `\${{ github.token }}`
+ Example: `${{ github.token }}`
20
21
pr_event_number:
22
23
The event number used to tag images pushed from pull requests.
24
25
- Example: `\${{ github.event.number }}`
+ Example: `${{ github.event.number }}`
26
27
registry:
28
0 commit comments