From 12c90e00b80a6ef8136c6103c1ce5a9691d0c61b Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Tue, 29 Oct 2024 13:04:38 -0700 Subject: [PATCH] fix(ci): Triggering? --- .github/workflows/untagged.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/untagged.yaml b/.github/workflows/untagged.yaml index 4dff64b..ef6bbae 100644 --- a/.github/workflows/untagged.yaml +++ b/.github/workflows/untagged.yaml @@ -69,6 +69,7 @@ jobs: if: ${{ steps.get_version.outputs.nextRelease != '' }} env: NEXT_RELEASE: ${{ steps.get_version.outputs.nextRelease }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # Extract the next version and changelog notes from the output NEW_VERSION=$(echo $NEXT_RELEASE | jq -r '.version') @@ -96,7 +97,7 @@ jobs: if: ${{ steps.get_version.outputs.nextRelease != '' }} env: NEXT_RELEASE: ${{ steps.get_version.outputs.nextRelease }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.PAT }} run: | # Extract the next version and changelog notes from the output NEW_VERSION=$(echo $NEXT_RELEASE | jq -r '.version')