Skip to content

Commit 14c96a9

Browse files
committed
Remove deployment secret argument
This does not need to be passed into the deploy.yml as it is retrieved from the given environment that the workflow runs in.
1 parent 1e60544 commit 14c96a9

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,3 @@ jobs:
108108
tag: ${{ needs.build.outputs.version }}
109109
# only run deploy for CI runs on main
110110
if: github.event_name != 'pull_request'
111-
secrets:
112-
GCP_CREDENTIALS_DEPLOY: ${{ secrets.GCP_CREDENTIALS_DEPLOY }}

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ on:
1414
type: string
1515
required: true
1616

17-
secrets:
18-
GCP_CREDENTIALS_DEPLOY:
19-
required: true
20-
2117
workflow_dispatch:
2218
inputs:
2319
environment:

0 commit comments

Comments
 (0)