diff --git a/.github/workflows/deploy-artifacts.yml b/.github/workflows/deploy-artifacts.yml index e674317..e9f7826 100644 --- a/.github/workflows/deploy-artifacts.yml +++ b/.github/workflows/deploy-artifacts.yml @@ -45,7 +45,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Verify Artifact Attestation - run: gh attestation verify --repo ${{ env.PAYLOAD_REPOSITORY }} $ARTIFACT_PATH + run: gh attestation verify --repo ${PAYLOAD_REPOSITORY} ${ARTIFACT_PATH} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}