Skip to content

Commit

Permalink
Specify permissions to make it work in fork repo. (#78)
Browse files Browse the repository at this point in the history
* Update regression_test.yml

* Update regression_test.yml

* Update regression_test.yml

* Update regression_test.yml
  • Loading branch information
ting-ms authored Nov 24, 2023
1 parent fe8c7c6 commit 20ef023
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "linux_job"
run_tests:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
pages: write
id-token: write

uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
with:
cmake_path: ./test/guix_test/cmake
Expand Down

0 comments on commit 20ef023

Please sign in to comment.