From 27592c6bba4b498163740dba1ca206fc5020d5de Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 28 Jul 2022 18:45:48 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52356c9..0236f64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,9 +51,9 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: NWS Pull New Image - uses: nickorlow/nws-pull-new-image@v0.7 + uses: nickorlow/nws-pull-new-image@v0.9.2 with: # Your NWS Deploy Key deploy-key: ${{ secrets.NWS_DEPLOY_KEY }} # The application id to get a new image for - application-id: 'personal-site' + application-id: ${{ secrets.NWS_APPLICATION_ID }}