Skip to content

Commit 7cf65be

Browse files
committed
fix: Remove resource group from IBM Cloud login
1 parent 227fe99 commit 7cf65be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ibm-code-engine-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ jobs:
9090
run: |
9191
ibmcloud login \
9292
--apikey ${{ secrets.IBM_CLOUD_API_KEY }} \
93-
-r ${{ env.IBM_CLOUD_REGION }} \
94-
-g Default
93+
-r ${{ env.IBM_CLOUD_REGION }}
9594
9695
# -----------------------------------------------------------
9796
# 3️⃣ Select Code Engine project

0 commit comments

Comments
 (0)