mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-14 08:27:56 +00:00
Update deploy.yml
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -10,8 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Extract project_id
|
- name: Extract project_id
|
||||||
id: pj
|
id: pj
|
||||||
run: |
|
run: echo "pid=$(jq -r .project_id <<< '${{ secrets.GCP_SA_KEY_JSON }}')" >> $GITHUB_OUTPUT
|
||||||
echo "pid=$(jq -r .project_id <<< '${{ secrets.GCP_SA_KEY_JSON }}')" >> $GITHUB_OUTPUT
|
|
||||||
- uses: google-github-actions/auth@v2
|
- uses: google-github-actions/auth@v2
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.GCP_SA_KEY_JSON }}
|
credentials_json: ${{ secrets.GCP_SA_KEY_JSON }}
|
||||||
|
|||||||
Reference in New Issue
Block a user