Skip to content

Commit

Permalink
write-all permision to go.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Feb 12, 2024
1 parent 71cf493 commit ef5e429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: Go

permissions: write-all

on:
push:
branches: [ "main" ]
Expand All @@ -12,8 +14,6 @@ on:
jobs:

build:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ef5e429

Please sign in to comment.