Skip to content

Commit

Permalink
Merge pull request #3 from passwordless/moved-permissions
Browse files Browse the repository at this point in the history
Moved permissions
  • Loading branch information
abergs authored Aug 8, 2023
2 parents edc3fa2 + 6606807 commit d22bcca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
id-token: write
contents: read
checks: write
packages: write

jobs:
build:
Expand All @@ -18,10 +19,6 @@ jobs:
# matrix:
# dotnet-version: [ '3.1.x', '6.0.x' ]

permissions:
packages: write
checks: write

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Setup dotnet
Expand Down

0 comments on commit d22bcca

Please sign in to comment.