File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,12 @@ jobs:
184184
185185
186186 aggregate-benchmark-results :
187- needs : build
187+ # needs: build
188188 name : Aggregate benchmark results
189- if : ${{ github.event_name == 'workflow_dispatch' }}
189+ # if: ${{ github.event_name == 'workflow_dispatch' }}
190190 runs-on : ubuntu-latest
191+ permissions :
192+ actions : read
191193 steps :
192194 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
193195 with :
@@ -199,6 +201,9 @@ jobs:
199201 with :
200202 pattern : csv-*
201203 merge-multiple : true
204+ github-token : ${{ github.token }} # token with actions:read permissions on target repo
205+ repository : aduh95/node
206+ run-id : 17513675780
202207
203208 - uses : cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
204209 with :
You can’t perform that action at this time.
0 commit comments