Skip to content

Commit f360cb3

Browse files
committed
wip
1 parent a4560c8 commit f360cb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/audit-fix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Create pull request
3232
env:
33-
GH_TOKEN: ${{ secrets.LOCALSTACK_BOT_TOKEN }}
33+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
GH_REPO: ${{ github.repository }}
3535
run: |
3636
if git diff --quiet; then
@@ -39,8 +39,8 @@ jobs:
3939
fi
4040
4141
BRANCH="npm-audit-fix-$(date +%Y%m%d)"
42-
git config user.name "localstack-bot"
43-
git config user.email "localstack-bot@users.noreply.github.com"
42+
git config user.name "github-actions[bot]"
43+
git config user.email "github-actions[bot]@users.noreply.github.com"
4444
git checkout -b "$BRANCH"
4545
git add package.json package-lock.json
4646
git commit -m "chore(deps): npm audit fix"

0 commit comments

Comments
 (0)