We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84c86c commit 1a3fb9dCopy full SHA for 1a3fb9d
1 file changed
.github/workflows/build.yaml
@@ -9,6 +9,10 @@ jobs:
9
name: Release Please
10
runs-on: ubuntu-latest
11
timeout-minutes: 30
12
+ permissions:
13
+ contents: read
14
+ packages: write
15
+
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
0 commit comments