Skip to content

Commit 1e9cf2f

Browse files
authored
Change GitHub Actions permissions to write
1 parent dd0da9e commit 1e9cf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: read
16+
contents: write
1717
id-token: write # required to use OIDC
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)