Skip to content

Commit

Permalink
ci: add required token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
toast-gear committed Jan 28, 2022
1 parent 9d5a562 commit 1f7e440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
name: Build ${{ matrix.name }}-${{ matrix.os-name }}-${{ matrix.os-version }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 1f7e440

Please sign in to comment.