Skip to content

Commit

Permalink
env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware committed Sep 17, 2024
1 parent 0b4822a commit f2c880e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Run tests from fork
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

0 comments on commit f2c880e

Please sign in to comment.