Skip to content

Commit

Permalink
use secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware committed Sep 17, 2024
1 parent 63c79e5 commit 1c85827
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
pull_request_target:
types: [opened, synchronize]

env:
TEST_SECRET: ${{ secrets.TEST_SECRET }}
NOT_SECRET: "not a secret"
jobs:
test_secret:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,5 +34,5 @@ jobs:
- name: Run tests
run: |
echo "here we run tests"
echo "secret is:::: ${TEST_SECRET}"
echo "secret is:::: ${secrets.TEST_SECRET }"
echo "not secret is:::: ${NOT_SECRET}"

0 comments on commit 1c85827

Please sign in to comment.