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.

Revert "provide statuses: write permissions directly"

This reverts commit 9b4f908ec79d7858dd68191d74aee89180df33ea.

marshmallow b289ce8d 9b4f908e

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