chore(deps): update entanglementgarden/actions action to v0.2
All checks were successful
/ build (push) Successful in 52s
All checks were successful
/ build (push) Successful in 52s
This commit is contained in:
parent
1ce70c5010
commit
843793e150
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
go build ./cmd/apcupsd_exporter
|
||||
sha256sum apcupsd_exporter | tee SHA256SUMS.txt
|
||||
- name: upload
|
||||
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1
|
||||
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.2
|
||||
with:
|
||||
upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry
|
||||
upload-token: ${{ secrets.DEPLOY_TOKEN }}
|
||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
go build .
|
||||
sha256sum smartctl_exporter | tee SHA256SUMS.txt
|
||||
- name: upload
|
||||
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1
|
||||
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.2
|
||||
with:
|
||||
upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry
|
||||
upload-token: ${{ secrets.DEPLOY_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue