Skip to content

Commit

Permalink
DEAR-132 add NEXT_PUBLIC_GITHUB_TOKEN, fix error (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
smuefsmuef authored Aug 6, 2024
1 parent fddac80 commit 4db7aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
LOWER_REPO_NAME=$(echo $REPO_NAME | tr '[A-Z]' '[a-z]')
docker build \
--build-arg SECRET_KEY_NEXT_AUTH=${{ secrets.SECRET_KEY_NEXT_AUTH }} \
--build-arg NEXT_PUBLIC_GITHUB_TOKEN=${{ secrets.NEXT_PUBLIC_GITHUB_TOKEN }} \
--build-arg NEXT_PUBLIC_API_URL=https://yappi.ch \
-t $LOWER_REPO_NAME:latest .
docker push $LOWER_REPO_NAME:latest
Expand Down

0 comments on commit 4db7aa7

Please sign in to comment.