Skip to content

Commit

Permalink
perf: change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 28, 2024
1 parent 4e8afee commit c5c378e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-deps-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
strategy:
matrix:
branch: [dev]
Expand Down Expand Up @@ -54,5 +54,3 @@ jobs:
git add .
git commit -m "Update pkg versions"
git push origin pr@${{ matrix.branch }}@upgrade_client
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }

0 comments on commit c5c378e

Please sign in to comment.