From 7037eb0757fa0b294773cba342edce223e7f7d4b Mon Sep 17 00:00:00 2001 From: v1beta1 Date: Tue, 24 Dec 2024 15:09:27 -0500 Subject: [PATCH] Update ubuntu_build.yml --- .github/workflows/ubuntu_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml index b8b08e2b..efbea40e 100644 --- a/.github/workflows/ubuntu_build.yml +++ b/.github/workflows/ubuntu_build.yml @@ -2,7 +2,7 @@ name: ubuntu_build on: [pull_request, push] permissions: - contents: read # to fetch code (actions/checkout) + contents: write # to fetch code (actions/checkout) jobs: ubuntu_build: