Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 8, 2024
1 parent 32da8ca commit e882830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit e882830

Please sign in to comment.