Merge pull request #2683 from emsesp/alert-autofix-41

Potential fix for code scanning alert no. 41: Workflow does not contain permissions
This commit is contained in:
Proddy
2025-10-25 11:00:44 +02:00
committed by GitHub

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