Skip to content

Commit

Permalink
Changes in correlation with new GH Action Permission Changes. (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsinnit <Tatsinnit@users.noreply.github.com>
Co-authored-by: Tatsinnit <Tatsinnit@users.noreply.github.com>
  • Loading branch information
Tatsinnit and Tatsinnit committed Jan 23, 2024
1 parent 2b43d04 commit 8d55d74
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
env:
GO111MODULE: on
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
deployments: read
packages: none
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
actions: read
contents: write
deployments: read
packages: none
env:
GO111MODULE: on
steps:
Expand Down

0 comments on commit 8d55d74

Please sign in to comment.