workflows/push: remove unused permissions and secrets

These were left-over from when the eval workflow still had the labeling
and reviewer components.

(cherry picked from commit 9d4fb0c40f)
This commit is contained in:
Wolfgang Walther
2025-08-19 16:01:25 +02:00
committed by github-actions[bot]
parent 3cd8905709
commit fd91d8f556
3 changed files with 0 additions and 5 deletions

View File

@@ -18,8 +18,6 @@ on:
secrets:
CACHIX_AUTH_TOKEN:
required: true
OWNER_APP_PRIVATE_KEY:
required: false
permissions: {}

View File

@@ -80,7 +80,6 @@ jobs:
statuses: write
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
OWNER_APP_PRIVATE_KEY: ${{ secrets.OWNER_APP_PRIVATE_KEY }}
with:
mergedSha: ${{ needs.prepare.outputs.mergedSha }}
targetSha: ${{ needs.prepare.outputs.targetSha }}

View File

@@ -39,8 +39,6 @@ jobs:
# Those are not actually used on push, but will throw an error if not set.
permissions:
# compare
issues: write
pull-requests: write
statuses: write
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}