Skip to content

Commit e5e5cad

Browse files
authored
👷 ci: Fixes the missing permission for the release action (#98)
1 parent 8683d5a commit e5e5cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
label:
12+
release:
1313
runs-on: ubuntu-latest
1414

1515
permissions:
16-
contents: read
16+
contents: write
1717
pull-requests: write
1818
deployments: write
1919

0 commit comments

Comments
 (0)