We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68dafe commit d2b1fc6Copy full SHA for d2b1fc6
1 file changed
.github/workflows/tmp.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
replace-version:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write # ← fixes the 403
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v3
0 commit comments