Skip to content

Commit

Permalink
fix(workflows/release-pr): use token for checkout (#25176)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 21, 2024
1 parent 7620c58 commit a17e3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.GH_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -35,7 +36,6 @@ jobs:

- name: "Setup git"
run: |
git remote set-url origin https://mdn-bot:[email protected]/${{ github.repository }}.git
git config user.email [email protected]
git config user.name mdn-bot
Expand Down

0 comments on commit a17e3da

Please sign in to comment.