We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135f7b7 commit 0102df4Copy full SHA for 0102df4
.github/workflows/release-cpo.yaml
@@ -8,7 +8,8 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
-
+ permissions:
12
+ contents: write
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
.github/workflows/release.yaml
@@ -9,6 +9,8 @@ on:
16
0 commit comments