From 2c8d7a2d0aca8ab04d726eb7220a48b3cdd874d5 Mon Sep 17 00:00:00 2001 From: mk-armah Date: Sun, 7 Jul 2024 20:57:25 +0000 Subject: [PATCH] renamed api key parameter --- .github/workflows/humanitec-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/humanitec-integration.yaml b/.github/workflows/humanitec-integration.yaml index f2739ef..0dd0ed8 100644 --- a/.github/workflows/humanitec-integration.yaml +++ b/.github/workflows/humanitec-integration.yaml @@ -26,7 +26,7 @@ jobs: env: PORT_CLIENT_ID: ${{ secrets.PORT_CLIENT_ID }} PORT_CLIENT_SECRET: ${{ secrets.PORT_CLIENT_SECRET }} - API_KEY: ${{ secrets.HUMANITEC_API_TOKEN }} + API_KEY: ${{ secrets.HUMANITEC_API_KEY }} ORG_ID: ${{secrets.HUMANITEC_ORG_ID }} run: | python integration/main.py