diff --git a/.forgejo/workflows/build-apcupsd-exporter.yaml b/.forgejo/workflows/build-apcupsd-exporter.yaml index cbf06b6..7124b0a 100644 --- a/.forgejo/workflows/build-apcupsd-exporter.yaml +++ b/.forgejo/workflows/build-apcupsd-exporter.yaml @@ -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 }} diff --git a/.forgejo/workflows/build-smartctl-exporter.yaml b/.forgejo/workflows/build-smartctl-exporter.yaml index b892685..7479210 100644 --- a/.forgejo/workflows/build-smartctl-exporter.yaml +++ b/.forgejo/workflows/build-smartctl-exporter.yaml @@ -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 }}