removed permissions line from yml
Some checks failed
ShellCheck / Shell syntax checker (push) Waiting to run
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 52s

This commit is contained in:
2025-01-12 17:43:24 +01:00
parent ad80975526
commit be728f6ca6

View File

@@ -30,8 +30,8 @@ jobs:
shellcheck:
name: Shell syntax checker
runs-on: ubuntu-24.04
permissions:
contents: read
# permissions:
# contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4