Skip to content

Commit

Permalink
update permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Feb 15, 2023
1 parent 1bc0259 commit a42c241
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- v[0-9]+.[0-9]+.[0-9]+
pull_request:

permissions:
contents: read
packages: write
security-events: write

jobs:
container-images:
name: Container images
runs-on: ubuntu-latest
permissions:
packages: write
security-events: write

steps:
- name: Checkout
Expand Down

0 comments on commit a42c241

Please sign in to comment.