Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 87fab21

Browse files
committed
Fix CI
1 parent 8eb7ea0 commit 87fab21

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
type: boolean
1515

1616
permissions:
17-
contents: read
17+
contents: write
1818
issues: write
1919
checks: write
2020
pull-requests: write
@@ -81,11 +81,6 @@ jobs:
8181
if: inputs.is-a-release == false
8282
needs: test
8383
runs-on: ubuntu-latest
84-
permissions:
85-
contents: read
86-
issues: read
87-
checks: write
88-
pull-requests: write
8984
steps:
9085
- name: Download artifacts
9186
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)