We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dbbc2 commit 281b184Copy full SHA for 281b184
1 file changed
.github/workflows/main.yml
@@ -158,8 +158,10 @@ jobs:
158
runs-on: ubuntu-latest
159
steps:
160
# https://github.com/googleapis/release-please-action/blob/main/README.md
161
- # Requires personal access token
162
- # Guide: https://github.com/nvim-neorocks/sample-luarocks-plugin?tab=readme-ov-file#generating-a-pat-personal-access-token
+ # Requires personal access token:
+ # 1. Create token: https://github.com/nvim-neorocks/sample-luarocks-plugin?tab=readme-ov-file#generating-a-pat-personal-access-token
163
+ # 2. Go to repository Settings -> Secrets and vairables -> Actions
164
+ # 3. Create new repository secret called `RELEASE_PLEASE_TOKEN` and paste in the token value
165
- uses: googleapis/release-please-action@v4
166
with:
167
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
0 commit comments