Skip to content

Commit 5c18f3d

Browse files
committed
update KUBECONFIG secret name
1 parent 03981fa commit 5c18f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: |
147147
set -euxo pipefail
148148
mkdir -p ~/.kube
149-
echo "${{ secrets.DELIVERYBOT_KUBECONFIG }}" > ~/.kube/config
149+
echo "${{ secrets.PR_DEPLOYMENTS_KUBECONFIG }}" > ~/.kube/config
150150
export KUBECONFIG=~/.kube/config
151151
152152
- name: Create PR namespace

0 commit comments

Comments
 (0)