From 7863363e42d4ad190af5e876b775ca3b1698b69f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Oct 2025 14:26:48 +1100 Subject: [PATCH] github release don't need secrets --- .github/workflows/github-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 2ffc46c..949f3ea 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -21,7 +21,6 @@ jobs: runs-on: ubuntu-latest # Only run if the upstream workflow succeeded if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} - environment: prod steps: - name: Checkout code