From 6586fc797859b8a5c1f30d54c3faf110929fd1cb Mon Sep 17 00:00:00 2001
From: Jan Lesage <jan.lesage@vlaanderen.be>
Date: Thu, 25 Jul 2024 16:41:32 +0200
Subject: [PATCH] fix: incorrect workflow for new staging environment

---
 .github/workflows/staging--new-manual.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/staging--new-manual.yml b/.github/workflows/staging--new-manual.yml
index a95189546..918b4e90a 100644
--- a/.github/workflows/staging--new-manual.yml
+++ b/.github/workflows/staging--new-manual.yml
@@ -1,4 +1,4 @@
-name: Manual Staging
+name: Manual Staging NEW
 
 on:
   workflow_dispatch:
@@ -35,8 +35,8 @@ jobs:
           version: ${{ github.event.inputs.version }}
           status-url: $STATUS_URL
           deploy-url: $BUILD_URL
-          access-key: ${{ secrets.VBR_AWS_BUILD_USER_ACCESS_KEY_ID }}
-          secret-key: ${{ secrets.VBR_AWS_BUILD_USER_SECRET_ACCESS_KEY }}
+          access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}
+          secret-key: ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}
           interval: 2
           deploy-target: 'agb_ecs_service'
           domain: 'basisregisters'