Skip to content

Commit

Permalink
Reduce GitHub workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed May 13, 2024
1 parent add93f8 commit e4da87a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
shell: "bash"
permissions:
contents: read
checks: write # Allow scacap/action-surefire-report
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.exasol_db_version }}
cancel-in-progress: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
shell: "bash"
permissions:
contents: read
checks: write # Allow scacap/action-surefire-report
issues: read # Required for PK verify-release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e4da87a

Please sign in to comment.