Skip to content

Commit

Permalink
ci: bump github actions; reduce job permissions to minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 29, 2022
1 parent ec555ff commit cb5dc20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}

permissions:
contents: read

strategy:
matrix:
Expand Down Expand Up @@ -54,7 +57,10 @@ jobs:
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v2.7.1
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cb5dc20

Please sign in to comment.