ci: fix mark-stable permissions and ignore Nix result symlink

https://chatgpt.com/share/693aa4a6-7460-800f-ba47-cfc15b1b2236
This commit is contained in:
Kevin Veen-Birkenbach
2025-12-11 12:16:34 +01:00
parent 62e05e2f5b
commit ba296a79c9
3 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ jobs:
permissions:
contents: write # required to push tags
actions: read # required to query workflow runs via API
steps:
- name: Checkout repository