There was an error while loading. Please reload this page.
1 parent f176ac3 commit 7dcd267Copy full SHA for 7dcd267
1 file changed
.github/workflows/publish.yml
@@ -9,6 +9,10 @@ jobs:
9
build:
10
name: Build
11
runs-on: ubuntu-24.04
12
+ permissions:
13
+ contents: read
14
+ checks: write
15
+ pull-requests: write
16
steps:
17
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
18
with:
0 commit comments