From 7acf9f517d3065a8777b618b447809ac8b0b00cb Mon Sep 17 00:00:00 2001 From: Bart Thomee <11445373+bthomee@users.noreply.github.com> Date: Sun, 27 Jul 2025 11:15:38 -0400 Subject: [PATCH] Secrets cannot have types --- .github/workflows/build-debian.yml | 2 -- .github/workflows/build-nix.yml | 2 -- .github/workflows/build-rhel.yml | 2 -- .github/workflows/install-dependencies.yml | 2 -- 4 files changed, 8 deletions(-) diff --git a/.github/workflows/build-debian.yml b/.github/workflows/build-debian.yml index 636aeaf946..6ad1bd2f16 100644 --- a/.github/workflows/build-debian.yml +++ b/.github/workflows/build-debian.yml @@ -21,11 +21,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/build-nix.yml b/.github/workflows/build-nix.yml index 03c9c00046..538757e48d 100644 --- a/.github/workflows/build-nix.yml +++ b/.github/workflows/build-nix.yml @@ -49,11 +49,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/build-rhel.yml b/.github/workflows/build-rhel.yml index 4600186a49..dad6439862 100644 --- a/.github/workflows/build-rhel.yml +++ b/.github/workflows/build-rhel.yml @@ -22,11 +22,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/install-dependencies.yml b/.github/workflows/install-dependencies.yml index f842af303c..fda8bbce97 100644 --- a/.github/workflows/install-dependencies.yml +++ b/.github/workflows/install-dependencies.yml @@ -38,11 +38,9 @@ on: conan_remote_username: description: 'The username for logging into the Conan remote.' required: true - type: string conan_remote_password: description: 'The password for logging into the Conan remote.' required: true - type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }}