Skip to content

Commit

Permalink
added environment: CI to my jobs so they can access my environment se…
Browse files Browse the repository at this point in the history
…crets
  • Loading branch information
gsleap committed Apr 18, 2024
1 parent d5292b7 commit 47ec1ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47ec1ff

Please sign in to comment.