Skip to content

Commit

Permalink
Moved secrets from make install to make test
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 16, 2024
1 parent 4581665 commit b6c2475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
python-version: 3.9
- name: Install package
run: make install
- name: Run tests
run: make test
env:
POVERTYTRACKER_RAW_URL: ${{ secrets.POVERTYTRACKER_RAW_URL }}
POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN: ${{ secrets.POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN}}
- name: Run tests
run: make test
- uses: codecov/codecov-action@v3
- name: Build package
run: make
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
python-version: 3.9
- name: Install package
run: make install
- name: Run tests
run: make test
env:
POVERTYTRACKER_RAW_URL: ${{ secrets.POVERTYTRACKER_RAW_URL }}
POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN: ${{ secrets.POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN}}
- name: Run tests
run: make test
- uses: codecov/codecov-action@v3
- name: Test documentation builds
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit b6c2475

Please sign in to comment.