Skip to content

Commit

Permalink
Update tpip-check.yml
Browse files Browse the repository at this point in the history
Auto TPIP needs permissions to create a PR.
  • Loading branch information
soumeh01 authored Nov 13, 2023
1 parent 61fd668 commit c13513d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tpip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ on:
env:
tpip_report: "third_party_licenses.md"

# Declare default permissions as read only.
permissions: read-all

jobs:
check-licenses:
# Avoid running this on forks
if: github.repository == 'Open-CMSIS-Pack/cbuild'
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
checks: write
pull-requests: write
actions: write
steps:
- uses: actions/checkout@v4.1.1

Expand Down

0 comments on commit c13513d

Please sign in to comment.