Skip to content

Commit 577a44f

Browse files
authored
ci: adding repositoru to work with forks
1 parent 4d0574c commit 577a44f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/size.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,16 @@ jobs:
7373
runs-on: ubuntu-latest
7474
needs: [build-base, build-head]
7575
permissions:
76-
contents: write
7776
pull-requests: write
78-
repository-projects: write
7977
actions: read
80-
checks: write
8178
strategy:
8279
matrix:
8380
package: [nuxi, nuxt-cli, create-nuxt-app]
8481
steps:
8582
- name: ⏬ Download stats.json
8683
uses: actions/download-artifact@v4
84+
with:
85+
repository: ${{ github.event.pull_request.head.repo.full_name }}
8786
- uses: twk3/[email protected]
8887
with:
8988
title: ${{ matrix.package }} size comparison

0 commit comments

Comments
 (0)