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 96e8b32 commit 15f9933Copy full SHA for 15f9933
.github/workflows/selftest.yml
@@ -114,7 +114,7 @@ jobs:
114
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=sigstore" \
115
| jq -r .value \
116
)
117
- echo "::set-output name=identity-token::$identity_token"
+ echo "identity-token=$identity_token" >> $GITHUB_OUTPUT
118
shell: bash
119
- name: Sign artifact and publish signature
120
uses: ./
0 commit comments