Skip to content

Commit 8c1e4a4

Browse files
committed
use only global permissions
1 parent 88050a6 commit 8c1e4a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
needs: release-check
4242
if: ${{ needs.release-check.outputs.published == 'false' }}
4343
runs-on: ubuntu-latest
44-
permissions:
45-
contents: write # allow github publish action
46-
id-token: write # Enables OIDC token generation
4744
defaults:
4845
run:
4946
shell: bash

0 commit comments

Comments
 (0)