chore: replace REPO_GHA_PAT with GHA_PAT_BASIC (#330)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user