Skip to content

Commit f5b5282

Browse files
authored
fix: put argument in correct section, config, not secrets (#44)
Signed-off-by: jmeridth <[email protected]>
1 parent 2ea6be0 commit f5b5282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
image-name: ${{ github.repository }}
3030
full-tag: ${{ needs.release.outputs.full-tag }}
3131
short-tag: ${{ needs.release.outputs.short-tag }}
32+
create-attestation: true
3233
secrets:
3334
github-token: ${{ secrets.GITHUB_TOKEN }}
3435
image-registry: ghcr.io
3536
image-registry-username: ${{ github.actor }}
3637
image-registry-password: ${{ secrets.GITHUB_TOKEN }}
37-
create-attestation: true
3838
release_discussion:
3939
needs: release
4040
permissions:

0 commit comments

Comments
 (0)