Skip to content

Commit

Permalink
Merge branch 'trunk' into dependabot/github_actions/actions/upload-ar…
Browse files Browse the repository at this point in the history
…tifact-4.3.1
  • Loading branch information
cpswan authored Feb 6, 2024
2 parents 8cf2493 + 31fe587 commit ad42d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/at_server_dev_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Setup gcloud CLI
- id: 'auth'
uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0
uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
with:
credentials_json: '${{ secrets.GKE_SA_DEV_KEY }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/at_server_prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Setup gcloud CLI
- id: 'auth'
uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0
uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
with:
credentials_json: '${{ secrets.GKE_SA_PROD_KEY }}'

Expand Down

0 comments on commit ad42d8f

Please sign in to comment.