Skip to content

Commit 00578b2

Browse files
Update CI/CD
1 parent a6a01b6 commit 00578b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git config --local user.name "${{ secrets.GIT_USER_NAME }}"
5757
git add README.md
5858
git commit -m "Update coverage badge"
59-
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Mipmipp/localstack-ts-api-gateway-lambda-dynamodb-crud-example.git HEAD:update-coverage-badge
59+
git push origin HEAD:update-coverage-badge
6060
6161
- name: Create Pull Request
6262
uses: peter-evans/create-pull-request@v3

0 commit comments

Comments
 (0)