Skip to content

Commit

Permalink
Using environment secret (#317)
Browse files Browse the repository at this point in the history
Using environment secret instead of repository secrets.

Signed-off-by: chadek <[email protected]>
  • Loading branch information
chadek authored Feb 6, 2024
1 parent 8928bd4 commit df48848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
jobs:
build_and_publish:
runs-on: ubuntu-20.04
environment: release
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit df48848

Please sign in to comment.