diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 7c0d6768..fbbb1060 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -27,10 +27,15 @@ jobs: with: app-id: ${{ vars.CI_TRIGGER_APP_ID }} private-key: ${{ secrets.CI_TRIGGER_APP_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - name: Checkout code for non-fork PRs + if: steps.fork-check.outputs.is_fork != 'true' + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} - token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }} + token: ${{ steps.app-token.outputs.token }} + - name: Checkout code for forked PRs + if: steps.fork-check.outputs.is_fork == 'true' + uses: actions/checkout@v4 # To make the success of this job a prerequisite for merging into the main branch, # set a filter here instead of on: to determine whether or not to proceed to the next step. - name: Cache dependency files diff --git a/docs/packages-license.md b/docs/packages-license.md index 90472f48..a989b17a 100644 --- a/docs/packages-license.md +++ b/docs/packages-license.md @@ -1,6 +1,6 @@ # giselle -As of October 24, 2024 10:30am. 926 total +As of October 29, 2024 9:49am. 926 total ## Summary * 667 MIT