From 6e6c5143e84e33ea7f44fb5a22f165af48bfc107 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Mon, 16 Feb 2026 10:18:59 -0800 Subject: [PATCH] Creating a release PR should run in `release` environment I guess it has to! --- .github/workflows/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index b273a88..9c5cf25 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -18,6 +18,7 @@ jobs: version: name: Bump version and create release PR runs-on: ubuntu-latest + environment: release steps: # See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1