Skip to content

Fix message for too many rights in org #519

Fix message for too many rights in org

Fix message for too many rights in org #519

Workflow file for this run

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: node
- run: npm install
- run: npm test
- env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm start
name: main
on:
push:
branches:
- main
schedule:
- cron: '55 7 * * *'