Skip to content

Commit

Permalink
Update google-cloudrun-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 committed Dec 12, 2023
1 parent 0029033 commit b85688a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: google-github-actions/[email protected]
with:
project_id: capstone-project-mubazirapp
service_account_key: ${{secrets.SATRIO}}
service_account_key: ${{ secrets.SATRIO }}


- name: Create .env file
Expand All @@ -35,7 +35,7 @@ jobs:
- name: create credentials.json
run: |
echo -e "${{secrets.SATRIO}}" >> credentials.json
echo -e "${{ secrets.SATRIO }}" >> credentials.json
- name: Set up Docker Buildx
Expand Down

0 comments on commit b85688a

Please sign in to comment.