GA update

This commit is contained in:
2024-10-12 15:29:18 +02:00
parent e5a665b29f
commit f7494799b9

View File

@@ -12,6 +12,9 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
# Tento token zajišťuje oprávnění k zápisu
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set executable permissions - name: Set executable permissions
run: chmod +x ./update_dev.sh run: chmod +x ./update_dev.sh