We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b409eed commit 43ca2dfCopy full SHA for 43ca2df
scripts/automation/update_profile.sh
@@ -16,7 +16,7 @@ else
16
echo "Nothing to commit"
17
else
18
git commit -m "$COMMIT_TITLE"
19
- remote=https://$GH_TOKEN@github.com/oscal-compass/e2e-demo-cac-profile-cis
+ remote=https://x-access-token:$GH_TOKEN@github.com/oscal-compass/e2e-demo-cac-profile-cis
20
git push -u "$remote" "catalogs_autoupdate_$GITHUB_RUN_ID"
21
echo $COMMIT_BODY
22
gh pr create -t "$COMMIT_TITLE" -b "$COMMIT_BODY" -B "develop" -H "catalogs_autoupdate_$GITHUB_RUN_ID"
0 commit comments