Skip to content

Commit 84cfd40

Browse files
authored
zizmor: follow-up fixes (#193)
1 parent ec83ebd commit 84cfd40

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3131
with:
32-
persist-credentials: false
32+
persist-credentials: true
3333

3434
- name: "calculate release version"
3535
run: |

.github/workflows/ci-template-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: generate-token
3939
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1
4040
with:
41-
app-id: ${{ secrets.AUTH_APP_ID }}
41+
client-id: ${{ secrets.AUTH_APP_ID }}
4242
private-key: ${{ secrets.AUTH_APP_PRIVATE_KEY }}
4343
permission-contents: write
4444
permission-pull-requests: write

.github/workflows/refresh-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1
9696
id: generate-token
9797
with:
98-
app-id: ${{ secrets.AUTH_APP_ID }}
98+
client-id: ${{ secrets.AUTH_APP_ID }}
9999
private-key: ${{ secrets.AUTH_APP_PRIVATE_KEY }}
100100
permission-contents: write
101101
permission-pull-requests: write

0 commit comments

Comments
 (0)