mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 07:21:37 +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:
|
steps:
|
||||||
- uses: GoogleCloudPlatform/release-please-action@v1.2.1
|
- uses: GoogleCloudPlatform/release-please-action@v1.2.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.RELEASE_CLA_SIGNED }}
|
||||||
release-type: node
|
release-type: node
|
||||||
package-name: release-please-action
|
package-name: release-please-action
|
||||||
|
|||||||
Reference in New Issue
Block a user