Skip to content

Commit 50f7db9

Browse files
authored
feat: create a release (#4)
1 parent 3349cac commit 50f7db9

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://$GIT_TOKEN@github.com/ComplianceAsCode/ocp-oscal-profiles
19+
remote=https://$GITHUB_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)