Skip to content

Commit

Permalink
fix: added read permission to job
Browse files Browse the repository at this point in the history
  • Loading branch information
amkhrjee committed Nov 5, 2024
1 parent 64ad25b commit 511384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Linux Build
on:
release:
types: [published]
branches: [ "main" ]

jobs:

build:
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 511384d

Please sign in to comment.