diff --git a/.github/workflows/mark-stable.yml b/.github/workflows/mark-stable.yml index df00eb7..b189f4b 100644 --- a/.github/workflows/mark-stable.yml +++ b/.github/workflows/mark-stable.yml @@ -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 diff --git a/.gitignore b/.gitignore index 669f8f0..417cdd7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ Thumbs.db # Ignore logs *.log + +result \ No newline at end of file diff --git a/result b/result deleted file mode 120000 index e420327..0000000 --- a/result +++ /dev/null @@ -1 +0,0 @@ -/nix/store/g7qdpbkixm3yzc41nlz4dvsrq92jsmqb-package-manager-0.9.1 \ No newline at end of file