Skip to content

Commit

Permalink
add proper permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 11, 2024
1 parent 64703bd commit 75594ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
env:
SHARED_SECRET: abc123
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
concurrency:
group: "workbench-executions"
cancel-in-progress: false
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
- uses: actions/setup-go@v5
with:
version: latest
go-version: '>=1.23.3'

- name: Install dependencies
run: go get .
Expand Down

0 comments on commit 75594ac

Please sign in to comment.