Skip to content

Commit

Permalink
Add GH Access token as env var from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
schlapzz authored May 26, 2023
1 parent 564e7d2 commit 410db22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
run: go run ci/main.go
env:
REGISTRY_PASSWORD: '${{ secrets.REGISTRY_PASSWORD }}'
REGISTRY_USER: '${{ secrets.REGISTRY_USER }}'
REGISTRY_USER: '${{ secrets.REGISTRY_USER }}'
GITHUB_ACCESS_TOKEN: '${{ secrets.GH_ACCESS_TOKEN }}'

0 comments on commit 410db22

Please sign in to comment.