Skip to content

Commit

Permalink
Update sync deps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Dec 11, 2024
1 parent 28a7da8 commit 195627f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: update deps
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
pull-requests: write
env:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
SUBQL_ACCESS_TOKEN_TEST: ${{ secrets.SUBQL_ACCESS_TOKEN_TEST }}
Expand Down Expand Up @@ -36,6 +36,5 @@ jobs:
with:
branch: ${{ steps.branch-name.outputs.branch }}
commit-message: "Update @subql deps"
token: ${{ secrets.SQ_SDK_GITHUB_SECRET }}
title: "Sync @subql dependencies"
body-path: ".github/PULL_REQUEST_TEMPLATE.md"

0 comments on commit 195627f

Please sign in to comment.