Skip to content

Commit

Permalink
add env vals to checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-hrs committed Dec 13, 2023
1 parent 303928b commit bc0fa9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- opened
- synchronize

env:
TOKEN: "${{ secrets.GPR_TOKEN }}"
USERNAME: "${{ secrets.GPR_USERNAME }}"
jobs:
checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc0fa9c

Please sign in to comment.