diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index a1280f2..b9e27c6 100644 --- a/.github/workflows/all_builds.yml +++ b/.github/workflows/all_builds.yml @@ -15,11 +15,6 @@ on: type: string default: 4.2 -permissions: - actions: write - contents: read - packages: read - jobs: cache-sha: name: Cache SHA diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 85e02cb..ce0352d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -29,11 +29,6 @@ env: DOTNET_NOLOGO: true DOTNET_CLI_TELEMETRY_OPTOUT: true -permissions: - actions: write - contents: read - packages: read - jobs: android-builds: runs-on: "ubuntu-20.04" @@ -189,7 +184,7 @@ jobs: ls -l out/* - name: Delete Android template builds - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 with: name: tmp-android-templates-* useGlob: true diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index b1e1847..6f484a5 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -29,11 +29,6 @@ env: DOTNET_NOLOGO: true DOTNET_CLI_TELEMETRY_OPTOUT: true -permissions: - actions: write - contents: read - packages: read - jobs: ios-builds: runs-on: "macos-latest" @@ -204,7 +199,7 @@ jobs: path: out/* - name: Delete templates artifact - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 with: name: tmp-ios-templates-* useGlob: true diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f1b0f13..3cbd2a5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -37,11 +37,6 @@ env: DOTNET_NOLOGO: true DOTNET_CLI_TELEMETRY_OPTOUT: true -permissions: - actions: write - contents: read - packages: read - jobs: macos-builds: runs-on: "macos-latest" @@ -298,7 +293,7 @@ jobs: echo "${GODOT_VERSION}.limboai+${LIMBOAI_VERSION}" > out/templates/version.txt ls out/templates/ - - uses: geekyeggo/delete-artifact@v4 + - uses: geekyeggo/delete-artifact@v5 with: name: tmp-macos-* useGlob: true diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index bb80ee4..4a961ab 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -29,11 +29,6 @@ env: GODOT_REF: "4.2" GODOT_CPP_REF: "4.2" -permissions: - actions: write - contents: read - packages: read - jobs: unit-tests: name: 🧪 Unit tests