From 219c5710da772eb4d32d32e85221625553219ea6 Mon Sep 17 00:00:00 2001 From: Jonah Snider Date: Mon, 19 Feb 2024 01:41:22 -0800 Subject: [PATCH] ci(release): use GitHub Actions token instead of PAT --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f058f957..b676149e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,7 +21,7 @@ jobs: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important). - token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} # this is a built-in strategy in release-please, see "Action Inputs" # for more options release-type: node