Skip to content

Commit 1052f26

Browse files
chrislyons-devgithub-actions[bot]cjlyons
authored
fix: grant the release-please workflow authority to trigger the cd workflow (#28)
* chore(main): release 1.0.1 * chore: auto-format release files * fix: grant the release-please workflow authority to trigger the cd workflow --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chrislyons-dev <235612172+chrislyons-dev@users.noreply.github.com> Co-authored-by: cjlyons <christian.james.lyons@gmail.com>
1 parent 7a51b92 commit 1052f26

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: googleapis/release-please-action@v4
17-
id: release
1817
with:
1918
release-type: node
20-
package-name: '@chrislyons-dev/archlette'
19+
token: ${{ secrets.RELEASE_TOKEN }}
2120

2221
# Auto-format release files when PR is created/updated
2322
- name: Checkout PR branch
2423
if: ${{ steps.release.outputs.pr }}
2524
uses: actions/checkout@v4
2625
with:
2726
ref: ${{ fromJSON(steps.release.outputs.pr).headBranchName }}
28-
token: ${{ secrets.GITHUB_TOKEN }}
27+
token: ${{ secrets.RELEASE_TOKEN }}
2928

3029
- name: Setup Node.js
3130
if: ${{ steps.release.outputs.pr }}

0 commit comments

Comments
 (0)