chore(deps): update entanglementgarden/actions action to v0.2
All checks were successful
/ build (push) Successful in 52s

This commit is contained in:
Renovate Bot 2024-09-08 05:03:08 +00:00
parent 1ce70c5010
commit 843793e150
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
go build ./cmd/apcupsd_exporter go build ./cmd/apcupsd_exporter
sha256sum apcupsd_exporter | tee SHA256SUMS.txt sha256sum apcupsd_exporter | tee SHA256SUMS.txt
- name: upload - name: upload
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1 uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.2
with: with:
upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry
upload-token: ${{ secrets.DEPLOY_TOKEN }} upload-token: ${{ secrets.DEPLOY_TOKEN }}

View file

@ -21,7 +21,7 @@ jobs:
go build . go build .
sha256sum smartctl_exporter | tee SHA256SUMS.txt sha256sum smartctl_exporter | tee SHA256SUMS.txt
- name: upload - name: upload
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1 uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.2
with: with:
upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry
upload-token: ${{ secrets.DEPLOY_TOKEN }} upload-token: ${{ secrets.DEPLOY_TOKEN }}