From 76fa4bd703eb0bb74c9a03a3e8262a365c8b8e91 Mon Sep 17 00:00:00 2001 From: evann Date: Thu, 20 Jul 2023 22:59:47 +0200 Subject: [PATCH] Other test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76f250d..f825513 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: with: url: ${{ env.PORTAINER_API_WEBHOOK }} method: 'POST' - customHeaders: format('{"X-API-Key": "{0}"', ${{secrets.PORTAINER_API_KEY}}) + customHeaders: ${{ env.PORTAINER_API_KEY }} - name: Checkout repository uses: actions/checkout@v2