chore: replace REPO_GHA_PAT with GHA_PAT_BASIC (#330)

This commit is contained in:
Ivan Vandot
2022-04-08 22:23:50 +02:00
committed by GitHub
parent 224fe4ce25
commit cd332c4dfd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
token: ${{ secrets.REPO_GHA_PAT }}
token: ${{ secrets.GHA_PAT_BASIC }}
release-type: node
package-name: bee-dashboard
bump-minor-pre-major: true