Skip to content

Commit

Permalink
Add integration job to CI with minimal permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stackptr committed Oct 30, 2023
1 parent b2adc65 commit ecd30b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ jobs:
- run: npm install
- run: npm run build
- run: npm test

integration:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ./
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ecd30b6

Please sign in to comment.