Skip to content

Commit

Permalink
Merge pull request #28 from project-tsurugi/ci-sb-prepare-public
Browse files Browse the repository at this point in the history
 Fix CI permission
  • Loading branch information
akirakw authored Sep 18, 2023
2 parents d8e5364 + 6b59bb6 commit 3489d62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: [self-hosted, docker]
permissions:
checks: write
timeout-minutes: 30
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:${{ matrix.os }}
Expand All @@ -29,6 +31,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.GHA_PAT }}

- name: CMake_Build
run: |
Expand All @@ -53,6 +56,8 @@ jobs:

Analysis:
runs-on: [self-hosted, docker]
permissions:
checks: write
timeout-minutes: 30
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:ubuntu-22.04
Expand All @@ -66,6 +71,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.GHA_PAT }}

- name: CMake_Generate
run: |
Expand Down

0 comments on commit 3489d62

Please sign in to comment.