Skip to content

Commit 75802ff

Browse files
authored
Change the Deploy key to a Skyline Communications one instead of a Skyline Communications Development
1 parent 5019c34 commit 75802ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dataminer-cicd-automation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sonarCloudProjectName: SkylineCommunications_Low-Code-App-Extensions
2727
secrets:
2828
# The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System.
29-
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
29+
api-key: ${{ secrets.DATAMINER_ORGANISATION_KEY }}
3030
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}
3131

3232
CD:

.github/workflows/update-catalog-details.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Update Catalog Details Workflow.yml@QA
2020
secrets:
2121
# The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System.
22-
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
22+
api-key: ${{ secrets.DATAMINER_ORGANISATION_KEY }}

0 commit comments

Comments
 (0)