Skip to content

Commit c562edb

Browse files
committed
edit: repo url secret env
1 parent b6ab75a commit c562edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
GITHUB_REPO_BRANCH: ${{ secrets.AZURE_VMIP }}
195195
APIKEYS_FILE: ${{ secrets.APIKEYS_FILE }}
196196
GCP_SECRETS_FILE: ${{ secrets.GCP_SECRETS_FILE }}
197-
GITHUB_REPO_URL: "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
197+
GITHUB_REPO_URL: "https://${{ secrets.GH_APIKEY }}@github.com/${{ github.repository }}.git"
198198
GITHUB_BRANCH: "enhance-v1"
199199
# if: env.azure_status == 'success'
200200
with:

0 commit comments

Comments
 (0)