1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 02:21:14 +02:00

chore: use a secret that has signed CLA

This commit is contained in:
bcoe
2020-06-16 17:17:24 -07:00
parent 4f72a02b61
commit 8a06827664

View File

@@ -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