From 0b64928ee08914915fedebeb9f125753b6d7999e Mon Sep 17 00:00:00 2001 From: Sarath Chandra Oruganti <39090092+SarathChandra24@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:58:22 -0600 Subject: [PATCH] github actions permissions Signed-off-by: Sarath Chandra Oruganti <39090092+SarathChandra24@users.noreply.github.com> --- .github/workflows/build-fb-image.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-fb-image.yaml b/.github/workflows/build-fb-image.yaml index e2b1e1ac6..b90cd97cc 100644 --- a/.github/workflows/build-fb-image.yaml +++ b/.github/workflows/build-fb-image.yaml @@ -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