Skip to content

Commit

Permalink
removing errors from gcp auth action
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLev committed Aug 2, 2023
1 parent 571afd4 commit b7f75c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/homepage-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
permissions:
id-token: write
steps:
- name: Prevent Auth from printing warning
run: echo "Shut up!" > dont_warn.txt
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
Expand Down Expand Up @@ -90,6 +92,7 @@ jobs:
service_account: ${{ secrets.GCP_SA_EMAIL }}
token_format: access_token
access_token_lifetime: 60s
create_credentials_file: false
- name: Only leave the 2 most recent Revisions
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit b7f75c2

Please sign in to comment.