Skip to content

Commit

Permalink
checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Jan 9, 2024
1 parent 4e41b90 commit 578be84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Google auth
id: auth
uses: google-github-actions/auth@v2
Expand All @@ -65,6 +68,9 @@ jobs:
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Google auth
id: auth
uses: google-github-actions/auth@v2
Expand Down

0 comments on commit 578be84

Please sign in to comment.