Skip to content

Commit df48848

Browse files
authored
Using environment secret (#317)
Using environment secret instead of repository secrets. Signed-off-by: chadek <32199566+chadek@users.noreply.github.com>
1 parent 8928bd4 commit df48848

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
jobs:
1111
build_and_publish:
1212
runs-on: ubuntu-20.04
13+
environment: release
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)