We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 166870f + ea3aa25 commit 568b5f6Copy full SHA for 568b5f6
1 file changed
.github/workflows/update-pnpm-version.yml
@@ -4,6 +4,10 @@ on:
4
- cron: '0 23 * * 2' # Weekly on Tuesday afternoons (UTC)
5
workflow_dispatch:
6
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
+
11
jobs:
12
update-pnpm:
13
runs-on: ubuntu-latest
0 commit comments