Skip to content

Commit

Permalink
chore: use environment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed May 27, 2024
1 parent 23582a4 commit 83b29d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
workflows_ubuntu:
environment: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -28,6 +29,7 @@ jobs:
run: yarn run test:clidevdeploy

workflows_macos:
environment: CI
needs: workflows_ubuntu
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 83b29d5

Please sign in to comment.