Skip to content

Commit

Permalink
chore: pass GITHUB_TOKEN as env param (#2115) (#2116)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin <[email protected]>
  • Loading branch information
jenniferarnesen and martinkrulltott authored Sep 27, 2022
1 parent bcd682c commit 578c3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
cypress_dhis2_base_url: ${{ secrets.CYPRESS_DHIS2_BASE_URL }}
cypress_dhis2_username: ${{ secrets.CYPRESS_DHIS2_USERNAME }}
cypress_dhis2_password: ${{ secrets.CYPRESS_DHIS2_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 578c3ca

Please sign in to comment.