Skip to content

Commit

Permalink
Update check-scarb-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 authored Sep 13, 2024
1 parent 3a6b493 commit 8dd3846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-scarb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
uses: ad-m/github-push-action@master
if: env.update_required == 'true' && env.pr_exists == 'false'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN_3 }}
branch: update-scarb-${{ env.SCARB_VERSION }}

- name: Create PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_3 }}
if: env.update_required == 'true' && env.pr_exists == 'false'
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 8dd3846

Please sign in to comment.