There was an error while loading. Please reload this page.
1 parent 0b068b9 commit 3cd5cb7Copy full SHA for 3cd5cb7
1 file changed
.github/workflows/release-please.yml
@@ -5,7 +5,9 @@ on:
5
branches:
6
- main
7
8
-permissions: {}
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
12
jobs:
13
release-please:
@@ -17,14 +19,14 @@ jobs:
17
19
id: release
18
20
uses: googleapis/release-please-action@v4
21
with:
- token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
22
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN || github.token }}
23
24
- name: Checkout
25
if: ${{ steps.release.outputs.release_created }}
26
uses: actions/checkout@v6
27
28
fetch-depth: 0
29
30
31
- name: Update floating major tag
32
0 commit comments