Skip to content

Commit 0a9d304

Browse files
committed
Attest release image
1 parent 96a67b2 commit 0a9d304

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
with:
35-
persist-credentials: true
35+
persist-credentials: false
3636

3737
- name: Check action documentation is up-to-date
3838
run: |
@@ -99,6 +99,11 @@ jobs:
9999
name: release
100100
url: https://github.com/dflook/terraform-github-actions/releases/tag/${{ github.event.release.tag_name }}${{ github.event.inputs.tag_name }}"
101101
steps:
102+
- name: Checkout
103+
uses: actions/checkout@v4
104+
with:
105+
persist-credentials: true
106+
102107
- name: Release actions
103108
env:
104109
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)