Skip to content

Commit

Permalink
chore: pass GITHUB_TOKEN as env param (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored Sep 27, 2022
1 parent af6d26e commit 841dc4c
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 841dc4c

Please sign in to comment.