Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix: update token lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio committed Aug 11, 2023
1 parent d4040ff commit 0443b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token_format: access_token
workload_identity_provider: projects/661473808279/locations/global/workloadIdentityPools/github-actions/providers/gh-provider
service_account: [email protected]
access_token_lifetime: 300s
access_token_lifetime: 600s
- name: Login to Artifact Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 0443b9a

Please sign in to comment.