Skip to content

Commit ec17e13

Browse files
Update API key
Replaced secret API key with a hardcoded value in the workflow file. Signed-off-by: muzzammilkatelia-eng <muzzammil.katelia@gmail.com>
1 parent 24bbe5b commit ec17e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/https-github.com-base44dev-fs-ai-orchestration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ionos-deploy-now/project-action@v1
2323
id: project
2424
with:
25-
api-key: ${{ secrets.IONOS_API_KEY }}
25+
api-key: ${{ 014a58734f704b3fa254d3fb843ce371 }}
2626
service-host: api-eu.ionos.space
2727
project-id: ef6b6dcc-61ec-45e6-b56a-5f824ecde83c
2828
action: retrieve-info
@@ -48,7 +48,7 @@ jobs:
4848
- name: Dispatch deployment(s)
4949
uses: ionos-deploy-now/project-action@v1
5050
with:
51-
api-key: ${{ secrets.IONOS_API_KEY }}
51+
api-key: ${{ 014a58734f704b3fa254d3fb843ce371 }}
5252
service-host: api-eu.ionos.space
5353
project-id: ef6b6dcc-61ec-45e6-b56a-5f824ecde83c
5454
branch-id: ${{ needs.retrieve-project.outputs.branch-id }}

0 commit comments

Comments
 (0)