ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

hydra.yml: use pull_request_target

Signed-off-by: marshmallow <github@althaea.zone>

authored by

marshmallow and committed by
GitHub
e43f3a19 0a5f65d7

+3 -3
+3 -3
.github/workflows/hydra.yml
··· 1 1 permissions: 2 2 contents: read 3 3 pull-requests: read 4 - name: "Hydra" 4 + name: "Hydra Stopgap" 5 5 on: 6 - - pull_request 6 + - pull_request_target 7 7 8 8 concurrency: 9 9 group: ${{ github.workflow }}-${{ github.event.number }} ··· 22 22 github.rest.repos.createCommitStatus({ 23 23 owner: context.repo.owner, 24 24 repo: context.repo.repo, 25 - sha: context.sha, 25 + sha: github.event.pull_request.head.sha, 26 26 state: 'pending', 27 27 description: 'Waiting for hydra to evaluate this PR...', 28 28 context: 'ci/hydra:wire:pr_${{ github.event.number }}:packages.docs'