We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f1763 commit a4f45bfCopy full SHA for a4f45bf
.github/workflows/release-please.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
branches:
6
- 'main'
7
- schedule:
8
- - cron: '0 0 * * *'
9
10
permissions:
11
contents: write
@@ -19,5 +17,9 @@ jobs:
19
17
- name: Release with release-please
20
18
uses: google-github-actions/release-please-action@v4
21
with:
22
- token: ${{ secrets.GITHUB_TOKEN }}
23
- release-type: simple
+ # PAT with write access to the repository
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
+ # optional. customize path to release-please-config.json
+ config-file: release-please-config.json
24
+ # optional. customize path to .release-please-manifest.json
25
+ manifest-file: .release-please-manifest.json
0 commit comments