Secrets cannot have types

This commit is contained in:
Bart Thomee
2025-07-27 11:15:38 -04:00
parent b260565373
commit 7acf9f517d
4 changed files with 0 additions and 8 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}