We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a67b2 commit 0a9d304Copy full SHA for 0a9d304
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout
33
uses: actions/checkout@v4
34
with:
35
- persist-credentials: true
+ persist-credentials: false
36
37
- name: Check action documentation is up-to-date
38
run: |
@@ -99,6 +99,11 @@ jobs:
99
name: release
100
url: https://github.com/dflook/terraform-github-actions/releases/tag/${{ github.event.release.tag_name }}${{ github.event.inputs.tag_name }}"
101
steps:
102
+ - name: Checkout
103
+ uses: actions/checkout@v4
104
+ with:
105
+ persist-credentials: true
106
+
107
- name: Release actions
108
env:
109
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
0 commit comments