Skip to content

Commit 7d7cd24

Browse files
committed
[Fix] 🐛 Github Action Permission at Organization Repository #3
1 parent cc73389 commit 7d7cd24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
name: build
1010
runs-on: ubuntu-latest
1111
if: github.repository == 'XShengTech/gpu-docker-api'
12+
permissions:
13+
contents: write
1214
steps:
1315
- uses: actions/checkout@v4
1416

0 commit comments

Comments
 (0)