From 7828405eb19d816697a4ff743a866c889675c7e6 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Tue, 8 Aug 2023 07:52:38 -0700 Subject: [PATCH] ci: Use org token for @prql-bot --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 89a9a552..18dd2e92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: - name: Python Semantic Release env: - GH_TOKEN: ${{ secrets.PRQL_BOT_GH_TOKEN }} + GH_TOKEN: ${{ secrets.PRQL_BOT_GITHUB_TOKEN }} run: | poetry run semantic-release --verbose version --skip-build --no-vcs-release poetry build