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

provide statuses: write permissions directly

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

authored by

marshmallow and committed by
GitHub
9b4f908e aa314028

+1 -1
+1 -1
.github/workflows/hydra.yml
··· 1 1 permissions: 2 2 contents: read 3 3 pull-requests: read 4 + statuses: write 4 5 name: "Hydra" 5 6 on: 6 7 - pull_request ··· 21 22 uses: actions/github-script@v7 22 23 if: contains(github.event.pull_request.labels.*.name, 'hydra') 23 24 with: 24 - github-token: ${{ secrets.STATUS_TOKEN }} 25 25 script: | 26 26 github.rest.repos.createCommitStatus({ 27 27 owner: context.repo.owner,