Potential fix for code scanning alert no. 41: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Proddy
2025-10-25 10:46:57 +02:00
committed by GitHub
parent 3ac7d43a81
commit 882d412409

View File

@@ -7,6 +7,8 @@ on:
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5