From 47ec1ffee83ff0788a91f626141cdfb46136b1b4 Mon Sep 17 00:00:00 2001 From: Greg Sleap Date: Thu, 18 Apr 2024 15:42:59 +1000 Subject: [PATCH] added environment: CI to my jobs so they can access my environment secrets --- .github/workflows/releases.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 96de784..63e5d34 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -150,6 +150,7 @@ jobs: name: Publish to crates.io runs-on: ubuntu-latest needs: [build-release] + environment: CI steps: - name: Checkout sources uses: actions/checkout@v4 @@ -190,6 +191,7 @@ jobs: name: Create a new github and pypi release runs-on: ubuntu-latest needs: [create-rust-release] + environment: CI steps: - name: Download artifact uses: actions/download-artifact@v4