Skip to content

Commit

Permalink
Remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Jan 23, 2024
1 parent bd364d9 commit ad3f362
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
check-lib:
name: Check main.js
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Check out
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ jobs:
build_test_job:
name: 'Build and test job'
runs-on: ${{ matrix.os }}
permissions: read-all
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
environment: Automation test # this environment requires approval before running the action
runs-on: ${{ matrix.os }}
permissions:
checks: write
id-token: write
continue-on-error: true
strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ jobs:
trigger-integration-tests:
name: Trigger Integration Tests
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Trigger test run
run: |
Expand Down

0 comments on commit ad3f362

Please sign in to comment.