Fix potential security issue

This commit is contained in:
phoenixbackrooms
2025-09-28 10:41:35 +03:00
committed by GitHub
parent c43ebebba3
commit 040aea61b2

View File

@@ -33,6 +33,7 @@ jobs:
name: gurtca-.* name: gurtca-.*
path: artifacts/ path: artifacts/
if_no_artifact_found: warn if_no_artifact_found: warn
branch: main
continue-on-error: true continue-on-error: true
- name: Download Gurty artifacts - name: Download Gurty artifacts
@@ -44,6 +45,7 @@ jobs:
name: gurty-.* name: gurty-.*
path: artifacts/ path: artifacts/
if_no_artifact_found: warn if_no_artifact_found: warn
branch: main
continue-on-error: true continue-on-error: true
- name: Download GDExtension artifacts - name: Download GDExtension artifacts
@@ -55,6 +57,7 @@ jobs:
name: gdextension-.* name: gdextension-.*
path: artifacts/ path: artifacts/
if_no_artifact_found: warn if_no_artifact_found: warn
branch: main
continue-on-error: true continue-on-error: true
- name: Download Flumi artifacts - name: Download Flumi artifacts
@@ -66,6 +69,7 @@ jobs:
name: flumi-.* name: flumi-.*
path: artifacts/ path: artifacts/
if_no_artifact_found: warn if_no_artifact_found: warn
branch: main
continue-on-error: true continue-on-error: true
- name: List downloaded artifacts - name: List downloaded artifacts
@@ -248,3 +252,4 @@ jobs:
prerelease: false prerelease: false
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}