Skip to content

Commit

Permalink
ci(update_screens): use DEVTOOLS_GITHUB_TOKEN (#7437)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Aug 26, 2024
1 parent 030724d commit 750f343
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update_screens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:

collect_all_chnages_and_push:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
needs: [update_screens]
name: 'Collect updated screenshots and push changes'
steps:
Expand Down Expand Up @@ -136,7 +133,7 @@ jobs:
if: ${{ steps.unzip.outputs.found == 'true' && github.event_name == 'push' }}
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}
title: 'ci(e2e): Update screenshots for ${{ github.ref_name }}'
branch: ${{ github.ref_name }}-screenshots-updates
commit-message: 'chore(e2e): update screenshots'
Expand Down

0 comments on commit 750f343

Please sign in to comment.