From 863d7d418c6d5ec0cb23518b45ad8d7df0c83a3e Mon Sep 17 00:00:00 2001 From: AlexisG Date: Tue, 22 Oct 2024 12:49:58 +0200 Subject: [PATCH] chore: Add BUNDLEMON_PROJECT_APIKEY Add this key for future Bundlemon updates. --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 59e39625..5e05e111 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,6 +14,7 @@ env: MATTERMOST_HOOK_URL: ${{ secrets.MATTERMOST_HOOK_URL }} REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} BUNDLEMON_PROJECT_ID: ${{ secrets.BUNDLEMON_PROJECT_ID }} + BUNDLEMON_PROJECT_APIKEY: ${{ secrets.BUNDLEMON_PROJECT_APIKEY }} jobs: build: