Skip to content

Commit

Permalink
ci: release-please workflow now requires PAT to trigger push-to-luaro…
Browse files Browse the repository at this point in the history
…cks (#191)

Bug:    Not triggering push-to-luarocks after release-please.
Fix:    Use personal access token (PAT), see discussion:
	nvim-neorocks/sample-luarocks-plugin#1

Co-authored-by: bekaboo <[email protected]>
  • Loading branch information
Bekaboo and bekaboo authored Nov 2, 2024
1 parent 4fc0668 commit 22382f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ on:
push:
branches:
- master
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: simple
package-name: dropbar.nvim

0 comments on commit 22382f4

Please sign in to comment.