Skip to content

Commit 281b184

Browse files
committed
build(ci): add documentation
1 parent 88dbbc2 commit 281b184

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ jobs:
158158
runs-on: ubuntu-latest
159159
steps:
160160
# 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
161+
# Requires personal access token:
162+
# 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
163165
- uses: googleapis/release-please-action@v4
164166
with:
165167
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)