Skip to content

Commit

Permalink
adjust permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster committed Nov 25, 2023
1 parent af73bff commit a30fb9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tasks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
permissions:
statuses: write
checks: write
packages: write

# https://docs.github.com/en/actions/learn-github-actions/variables
env:
Expand All @@ -36,6 +35,8 @@ jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
permissions:
packages: write
strategy:
matrix:
os: [ubuntu-latest] # [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit a30fb9c

Please sign in to comment.