Skip to content

Commit

Permalink
fix: adds missing GitHub secret to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Sep 25, 2023
1 parent fcfed6e commit 5e6569d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
# Required for the `old-site` app to build
GH_USERNAME: ${{ secrets.GH_USERNAME }}
GH_PAT: ${{ secrets.GH_PAT }}
PUBLIC_URL: ${{ secrets.PUBLIC_URL }}
# Required for the `website` package to build
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
Expand Down

0 comments on commit 5e6569d

Please sign in to comment.