Skip to content

Commit 2667cd4

Browse files
authored
2026-01-14 5.3.23 Part deux -- Missing permissions (#1357)
* 2025-11-11 Next release notes * 5.3.23 * Switch to trusted publishing * Switch to trusted publishing
1 parent da9326d commit 2667cd4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/GithubActionsRelease.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ jobs:
192192

193193
runs-on: windows-latest
194194

195+
permissions:
196+
id-token: write
197+
contents: read
198+
195199
steps:
196200
- name: Get the version
197201
run: echo "version=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)