Update main.yml

This commit is contained in:
Nicholas Orlowsky 2022-07-28 18:45:48 -05:00 committed by GitHub
parent 7eb7b31dcf
commit 27592c6bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}