Skip to content

Commit

Permalink
attempt with environment
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Dec 16, 2024
1 parent c5b6c14 commit acf8ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ concurrency:

jobs:
main-job:
environment: integration-tests
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -31,6 +32,9 @@ jobs:
- uses: actions/checkout@v3
- name: test secret
run: |
echo ${{ env.SUPER_SECRET }}
echo ${{ secrets.TEST_SECRET }}
echo ${{ secrets.GITHUB_TOKEN }}
echo '${{ env.SUPER_SECRET }}'
echo '${{ secrets.TEST_SECRET }}'
echo '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit acf8ce4

Please # to comment.