Skip to content

Commit 0a27004

Browse files
committed
explicitly set permissions
1 parent f7b04a1 commit 0a27004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-desktop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
create-pr:
1010
name: Create PR for aur repo
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
env:
1315
DESKTOP_VERSION: ${{ github.event.client_payload.version }}
1416
steps:

0 commit comments

Comments
 (0)