Skip to content

Commit

Permalink
fix(cd): add GH_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Oct 17, 2019
1 parent c3a540a commit 9f5422e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GH_ORGS: ${{ secrets.GH_ORGS }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 9f5422e

Please sign in to comment.