workflows/backport: fix token permissions

The additional `workflows` permissions are required to backport
Dependabot updates. The permissions had been added to the app a while
ago, but we forgot to actually use them.
This commit is contained in:
Wolfgang Walther
2025-08-12 10:30:03 +02:00
parent cfa72d41e8
commit bb1529ef6a

View File

@@ -34,6 +34,7 @@ jobs:
private-key: ${{ secrets.NIXPKGS_CI_APP_PRIVATE_KEY }}
permission-contents: write
permission-pull-requests: write
permission-workflows: write
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with: