Skip to content

Commit

Permalink
Added write permission 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 18f947c commit 71cf493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:

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

0 comments on commit 71cf493

Please sign in to comment.