Update main.yml
This commit is contained in:
parent
7eb7b31dcf
commit
27592c6bba
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -51,9 +51,9 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: NWS Pull New Image
|
- name: NWS Pull New Image
|
||||||
uses: nickorlow/nws-pull-new-image@v0.7
|
uses: nickorlow/nws-pull-new-image@v0.9.2
|
||||||
with:
|
with:
|
||||||
# Your NWS Deploy Key
|
# Your NWS Deploy Key
|
||||||
deploy-key: ${{ secrets.NWS_DEPLOY_KEY }}
|
deploy-key: ${{ secrets.NWS_DEPLOY_KEY }}
|
||||||
# The application id to get a new image for
|
# The application id to get a new image for
|
||||||
application-id: 'personal-site'
|
application-id: ${{ secrets.NWS_APPLICATION_ID }}
|
||||||
|
|
Loading…
Reference in a new issue