From 3a1802bf9fc828cd227b0a3cfb6dc4b8772f1e10 Mon Sep 17 00:00:00 2001 From: Danial Chitnis Date: Wed, 27 Nov 2024 23:27:08 +0000 Subject: [PATCH] Update build-push-next.yml --- .github/workflows/build-push-next.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-push-next.yml b/.github/workflows/build-push-next.yml index b8694be..7e1fde8 100644 --- a/.github/workflows/build-push-next.yml +++ b/.github/workflows/build-push-next.yml @@ -14,6 +14,11 @@ jobs: build-and-deploy: runs-on: ubuntu-latest + permissions: + # Give the default GITHUB_TOKEN write permission to commit and push the + # added or changed files to the repository. + contents: write + steps: - name: Checkout Repository uses: actions/checkout@v4