From 578be8495ba668145ef5ac1773721c1acba468d0 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:47:09 -0500 Subject: [PATCH] checkout step --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f82fc77..a1e6a5c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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