From 86819d9ae41f63fe1bb507f023e26543e26ddd4d Mon Sep 17 00:00:00 2001 From: Jay Varner Date: Fri, 12 Jul 2024 12:22:38 -0400 Subject: [PATCH] Update deploy --- .github/workflows/dev-depoly.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev-depoly.yml b/.github/workflows/dev-depoly.yml index 222bb386..7cec9df2 100644 --- a/.github/workflows/dev-depoly.yml +++ b/.github/workflows/dev-depoly.yml @@ -6,8 +6,8 @@ on: types: [completed] permissions: - id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout jobs: deploy: @@ -15,7 +15,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout Docker configs run: | @@ -45,4 +45,3 @@ jobs: - name: Run Deploy run: ./deploy.sh -