mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-11 01:11:16 +02:00
chore: should be GITHUB_TOKEN
This commit is contained in:
2
.github/workflows/update-pr.yaml
vendored
2
.github/workflows/update-pr.yaml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
update-pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bcoe/release-please-action@a624c4cd0239c469f864c4e46e8aaba9587b9198
|
||||
- uses: bcoe/release-please-action@master
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-type: node
|
||||
|
||||
Reference in New Issue
Block a user