diff options
| author | William Boman <william@redwill.se> | 2023-04-22 19:37:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 19:37:13 +0200 |
| commit | 11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22 (patch) | |
| tree | 32f7bcd2a56fdc822f8d5a30564e414972d20022 /.github | |
| parent | fix: fix language map (#202) (diff) | |
| download | mason-lspconfig-11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22.tar mason-lspconfig-11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22.tar.gz mason-lspconfig-11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22.tar.bz2 mason-lspconfig-11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22.tar.lz mason-lspconfig-11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22.tar.xz mason-lspconfig-11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22.tar.zst mason-lspconfig-11d0b83d6c8b9eb0435298cc8c8aa73b00ba0d22.zip | |
chore(ci): use PAT for release-please (#204)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a2fdb9..7db293d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: - uses: google-github-actions/release-please-action@v3 id: release with: + token: ${{ secrets.PAT }} release-type: simple package-name: mason-lspconfig.nvim extra-files: | |
