From ec95177588f6254dd1512906fecb96618defb511 Mon Sep 17 00:00:00 2001 From: lobo Date: Mon, 27 Mar 2023 21:49:12 +0000 Subject: [PATCH] Update '.gitea/workflows/hello_world.yaml' --- .gitea/workflows/hello_world.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index fd00ae5..107fbbe 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -21,11 +21,13 @@ jobs: - run: echo docker run --rm -it -v /run/pcscd/pcscd.comm:/run/pcscd/pcscd.comm:ro -v "${{ github.workspace }}":/home/user git.lerch.org/lobo/pkcs11:1 -s --id 3 -m SHA256-RSA-PKCS -i foo -o foo.sig --pin env:PIN - run: echo "🍏 This job's status is ${{ job.status }}." - run: false - - name: Notify + - uses: https://git.lerch.org/lobo/action-notify-ntfy@37fe4fc874e046db7e1210fb807c5020b2c5a8cb if: always() - env: - STATUS: ${{ job.status }} - uses: https://git.lerch.org/lobo/action-notify-ntfy@8220961b6029533ae4da3e677a44524f9e9e3187 + with: + host: ${{ secrets.NTFY_HOST }} + topic: ${{ secrets.NTFY_TOPIC }} + user: ${{ secrets.NTFY_USER }} + password: ${{ secrets.NTFY_PASSWORD }} # Sign-Something: # runs-on: ubuntu-latest