We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b04a1 commit 0a27004Copy full SHA for 0a27004
.github/workflows/update-desktop.yml
@@ -9,6 +9,8 @@ jobs:
9
create-pr:
10
name: Create PR for aur repo
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
env:
15
DESKTOP_VERSION: ${{ github.event.client_payload.version }}
16
steps:
0 commit comments