Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 committed Dec 10, 2023
2 parents 3b15238 + f3039b6 commit 4739df7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
echo PROJECT_ID=${{ secrets.PROJECT_ID }} >> .env
echo REGION=${{ secrets.REGION }} >> .env
echo SECRET_KEY=${{ secrets.SECRET_KEY }} >> .env
- name: Create serviceaccounts.json
- name: Create credentials.json
run: |
echo "${{ secrets.SATRIO }}" >> serviceaccounts.json
echo -e '${{ secrets.SATRIO }}' >> ./config/credentials.json
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 4739df7

Please sign in to comment.