Potential fix for code scanning alert no. 35: 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-05-18 18:25:10 +02:00
committed by GitHub
parent 131c03714f
commit ce1c22ee35

View File

@@ -6,10 +6,15 @@ on:
branches:
- 'dev2'
permissions:
contents: read
jobs:
pre-release:
name: 'Build Test Release'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Install python 3.13