Skip to content

Commit

Permalink
ci: adding repositoru to work with forks
Browse files Browse the repository at this point in the history
  • Loading branch information
schirrel authored Jan 26, 2025
1 parent 4d0574c commit 577a44f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,16 @@ jobs:
runs-on: ubuntu-latest
needs: [build-base, build-head]
permissions:
contents: write
pull-requests: write
repository-projects: write
actions: read
checks: write
strategy:
matrix:
package: [nuxi, nuxt-cli, create-nuxt-app]
steps:
- name: ⏬ Download stats.json
uses: actions/download-artifact@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- uses: twk3/[email protected]
with:
title: ${{ matrix.package }} size comparison
Expand Down

0 comments on commit 577a44f

Please sign in to comment.