Skip to content

Commit 1154cad

Browse files
author
Patrick Zheng
committed
notation action v1.2.1
Signed-off-by: Patrick Zheng <[email protected]>
1 parent 80dc930 commit 1154cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-notation-action-with-oidc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
echo "target_artifact_reference2=${{ env.ACR_TO_RELEASE }}/${{ env.ACR_REPO2_TO_RELEASE }}@${{ steps.push.outputs.digest }}" >> "$GITHUB_ENV"
5454
- name: setup notation
5555
# this is equivalent to `uses: notaryproject/notation-action/setup@v1`
56-
uses: Two-Hearts/notation-action@upgrade
56+
uses: notaryproject/notation-action@v1
5757
- name: sign released artifacts using key pair from AKV
58-
uses: Two-Hearts/notation-action/sign@upgrade
58+
uses: notaryproject/notation-action/sign@v1
5959
with:
6060
plugin_name: azure-kv
6161
plugin_url: https://github.com/Azure/notation-azure-kv/releases/download/v1.2.0/notation-azure-kv_1.2.0_linux_amd64.tar.gz
@@ -72,7 +72,7 @@ jobs:
7272
timestamp_root_cert: .github/sign/tsaRootCerts/globalsignRoot.cer
7373
force_referrers_tag: 'false'
7474
- name: verify released artifacts
75-
uses: Two-Hearts/notation-action/verify@upgrade
75+
uses: notaryproject/notation-action/verify@v1
7676
with:
7777
target_artifact_reference: |-
7878
${{ env.target_artifact_reference1 }}

0 commit comments

Comments
 (0)