Skip to content

Commit 8c19d4b

Browse files
committed
Use default permissions for publishing
1 parent 55152d0 commit 8c19d4b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ on:
3030
release:
3131
types: [published]
3232

33-
permissions:
34-
contents: read
35-
packages: write
36-
id-token: write
37-
3833
jobs:
3934
build-package:
4035
runs-on: windows-latest
@@ -70,9 +65,7 @@ jobs:
7065

7166
publish-package:
7267
needs: build-package
73-
7468
runs-on: ubuntu-latest
75-
7669
steps:
7770
- uses: actions/checkout@v4
7871

0 commit comments

Comments
 (0)