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

Commit

Permalink
DEVOPS-2546 syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rekibnikufesin committed Feb 16, 2024
1 parent 70c18cc commit 79c4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agglayer-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
token_format: "access_token"
workload_identity_provider: ${{ env.WIF_PROVIDER }}
service_account: ${{ env.WIF_SERVICE_ACCOUNT
service_account: ${{ env.WIF_SERVICE_ACCOUNT }}

- id: docker-auth
uses: docker/login-action@v1
Expand Down

0 comments on commit 79c4ed7

Please sign in to comment.