Skip to content

Commit

Permalink
chore: update update-node-versions action (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed May 27, 2024
1 parent 2f10e5e commit 1f86012
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "30 7 * * 0"

permissions:
pull-requests: write
contents: write

jobs:
update-node-versions:
runs-on: ubuntu-latest
Expand All @@ -18,4 +22,3 @@ jobs:
Automated changes by [update-node-versions](https://github.com/hongaar/update-node-versions) GitHub action
BREAKING CHANGE: This updates the supported node.js versions
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 1f86012

Please sign in to comment.