Skip to content

Commit 4d226c6

Browse files
committed
fixes for push
1 parent b22bff2 commit 4d226c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
if [ -n "$(git status --porcelain)" ]; then
241241
git add .github/badges/
242242
git commit -m "chore: update package monitoring badges [skip ci]"
243-
git push
243+
git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
244244
fi
245245
246246
generate-report:

0 commit comments

Comments
 (0)