Skip to content

Commit

Permalink
Fix workflows (#315)
Browse files Browse the repository at this point in the history
* Update ci-linux.yml

* Update ci-macos.yml

* Update ci-windows.yml
  • Loading branch information
sailro authored Feb 9, 2024
1 parent 9ac6cc6 commit dfb120e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ on:
jobs:
linux:
runs-on: ubuntu-latest

permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write

steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ on:
jobs:
macos:
runs-on: macos-latest

permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write

steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ on:
jobs:
windows:
runs-on: windows-latest

permissions:
actions: read
contents: read
deployments: read
packages: none
pull-requests: write
security-events: write

steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit dfb120e

Please sign in to comment.