From 3d729595a59fa19b4c4cd18395776255ad0ee2cb Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Mon, 25 Jul 2022 00:40:52 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b4b092..bd44ea1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,3 +49,11 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + + - name: NWS Pull New Image + uses: nickorlow/nws-pull-new-image@v0.3 + with: + # Your NWS Deploy Key + deploy-key: ${{ secrets.NWS_DEPLOY_KEY }} + # The application id to get a new image for + application-id: 'personal-site'