ci: fix mark-stable permissions and ignore Nix result symlink
https://chatgpt.com/share/693aa4a6-7460-800f-ba47-cfc15b1b2236
This commit is contained in:
2
.github/workflows/mark-stable.yml
vendored
2
.github/workflows/mark-stable.yml
vendored
@@ -22,6 +22,8 @@ jobs:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # required to push tags
|
contents: write # required to push tags
|
||||||
|
actions: read # required to query workflow runs via API
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -30,3 +30,5 @@ Thumbs.db
|
|||||||
|
|
||||||
# Ignore logs
|
# Ignore logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
result
|
||||||
Reference in New Issue
Block a user