Skip to content

Commit 43ca2df

Browse files
authored
fix: test create release (#13)
1 parent b409eed commit 43ca2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automation/update_profile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
echo "Nothing to commit"
1717
else
1818
git commit -m "$COMMIT_TITLE"
19-
remote=https://$GH_TOKEN@github.com/oscal-compass/e2e-demo-cac-profile-cis
19+
remote=https://x-access-token:$GH_TOKEN@github.com/oscal-compass/e2e-demo-cac-profile-cis
2020
git push -u "$remote" "catalogs_autoupdate_$GITHUB_RUN_ID"
2121
echo $COMMIT_BODY
2222
gh pr create -t "$COMMIT_TITLE" -b "$COMMIT_BODY" -B "develop" -H "catalogs_autoupdate_$GITHUB_RUN_ID"

0 commit comments

Comments
 (0)