Skip to content

Commit

Permalink
chore: update update-deps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paalamugan committed May 20, 2024
1 parent 06bab3b commit 5471a2d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
name: Update all dependencies
runs-on: ubuntu-latest

permissions:
contents: write # to be able to publish a GitHub release
pull-requests: write # to be able to comment on released pull requests

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -50,8 +46,7 @@ jobs:
- run: pnpm install
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.PAT }}
commit-message: "build: update dependencies to the latest version"
title: Update dependencies to the latest version

0 comments on commit 5471a2d

Please sign in to comment.