From ef5e42988498bb00fb3c0b90e0ce66714defe04c Mon Sep 17 00:00:00 2001 From: Kelvin Clement Mwinuka Date: Mon, 12 Feb 2024 22:39:15 +0800 Subject: [PATCH] write-all permision to go.yml workflow --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fff26a13..8ef70bbe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,6 +3,8 @@ name: Go +permissions: write-all + on: push: branches: [ "main" ] @@ -12,8 +14,6 @@ on: jobs: build: - permissions: - actions: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3