Skip to content

Commit

Permalink
ci: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Apr 5, 2023
1 parent f228973 commit d65483d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- .github/workflows/*.yaml
- aqua/aqua.yaml
- aqua/imports/ghalint.yaml
- ghalint.yaml
go-mod-tidy:
- go.mod
- go.sum
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: workflow_call
jobs:
integration-test:
runs-on: ubuntu-latest
permissions: {}
env:
GITHUB_TOKEN: ${{github.token}}
AQUA_LOG_LEVEL: debug
Expand Down
2 changes: 1 addition & 1 deletion ghalint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/suzuki-shunsuke/ghalint
excludes:
- policy_name: job_secrets
workflow_file_path: .github/workflows/test.yaml
workflow_file_path: .github/workflows/wc-integration-test.yaml
job_name: integration-test
- policy_name: job_secrets
workflow_file_path: .github/workflows/windows-test.yaml
Expand Down

0 comments on commit d65483d

Please sign in to comment.