From 6833f49b78910fb5e3c2f8195fbd388555cf4979 Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Thu, 8 Aug 2024 12:26:22 -0700 Subject: [PATCH] fix: typo in the env var for token --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index c43d812..dff2684 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -22,7 +22,7 @@ jobs: - name: Determine version bump type id: bump-type env: - GITHUB_TOKEN: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} run: | if [[ $(gh pr view ${{ github.event.pull_request.number }} --json labels -q '.labels[].name' | grep -q "minor") ]]; then echo "type=minor" >> $GITHUB_OUTPUT