Update main.yml
This commit is contained in:
parent
6ec113bafb
commit
3d729595a5
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue