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 11, 2023
1 parent 7589803 commit ed5b2f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2


- name: Set Up Cloud SDK
uses: google-github-actions/[email protected]
with:
project_id: capstone-project-mubazirapp
service_account_key: ${{secrets.SATRIO}}


- name: Create .env file
run: |
echo PORT=${{ secrets.PORT }} >> .env
Expand Down

0 comments on commit ed5b2f7

Please sign in to comment.