Skip to content

Commit

Permalink
Update localazy_download.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 13, 2023
1 parent d073c66 commit 39ea294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localazy_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
branch: actions/localazy-download
delete-branch: true
title: Localazy Download
Expand All @@ -66,5 +66,5 @@ jobs:
steps.cpr.outputs.pull-request-operation == 'created' &&
!contains(steps.changed_files.outputs.files, '/en_EN.json')
env:
GH_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ steps.cpr.outputs.pull-request-number }}

0 comments on commit 39ea294

Please sign in to comment.