Skip to content

Commit

Permalink
Attempt to fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 20, 2024
1 parent e81a35a commit e9814d5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ on:
type: string
required: true

permissions:
contents: read
id-token: write
packages: write

jobs:

image:
name: Build container image
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
steps:

- name: Checkout code
Expand Down

0 comments on commit e9814d5

Please sign in to comment.