Skip to content

Commit

Permalink
github actions permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Sarath Chandra Oruganti <39090092+SarathChandra24@users.noreply.github.com>
  • Loading branch information
sarathchandra24 committed Mar 6, 2024
1 parent 4a9bb83 commit 0b64928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-fb-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ env:
DOCKER_IMAGE: 'fluent-bit'
GITHUB_IMAGE: '${{ github.repository }}/fluent-bit'

permissions:
contents: read
packages: write

jobs:
build-prod-image-metadata:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b64928

Please sign in to comment.