Skip to content

Commit

Permalink
build: update dependabot workflow to use REPO_TOKEN for changesets (#…
Browse files Browse the repository at this point in the history
…2488)

Co-authored-by: Nedim Salkić <[email protected]>
  • Loading branch information
maschad and nedsalk authored Jun 12, 2024
1 parent be92daf commit 269197f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-validate-changesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:

- name: Commit Changeset
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git add .
git commit -m "build: update dependency changeset [skip ci]"
git commit -m "build: update dependency changeset"
git push origin HEAD:${{ github.event.pull_request.head.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}

validate-changeset:
name: Validate PR Changeset
Expand Down

0 comments on commit 269197f

Please sign in to comment.