Skip to content

Commit

Permalink
fix: Protect secret with environment
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Mar 15, 2024
1 parent ec8a8e2 commit 4107ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
jobs:
unit-tests:
runs-on: ubuntu-latest
environment: unit-tests
steps:
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v5
Expand Down

0 comments on commit 4107ffb

Please sign in to comment.