mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-10 19:21:13 +02:00
chore: use a secret that has signed CLA
This commit is contained in:
2
.github/workflows/release-please.yaml
vendored
2
.github/workflows/release-please.yaml
vendored
@@ -9,6 +9,6 @@ jobs:
|
||||
steps:
|
||||
- uses: GoogleCloudPlatform/release-please-action@v1.2.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.RELEASE_CLA_SIGNED }}
|
||||
release-type: node
|
||||
package-name: release-please-action
|
||||
|
||||
Reference in New Issue
Block a user