From d60de5c633866a2a897fef76545a66c7a8d47cac Mon Sep 17 00:00:00 2001 From: corneliuschrist <50589757+corneliuschrist@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:33:53 +0100 Subject: [PATCH] Modify create_tag workflow for new tag naming Updated workflow name and input parameters for tag creation. --- .github/workflows/create_tag.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index 7c84f9f..e2aef87 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -1,9 +1,9 @@ -name: 'Create Tag' +name: 'Corneliuschristoj' on: workflow_dispatch: - inputs: - tag_name: + inputs: 50 + tag_name: Corneliuschristoj description: 'The name of the tag to create (e.g., v1.0.0)' required: true type: 'string' @@ -12,20 +12,20 @@ on: required: true type: 'string' -permissions: +permissions: 'yes' contents: 'read' id-token: 'write' jobs: create-tag: - runs-on: 'ubuntu-latest' + runs-on: 'yes' steps: - id: 'auth' name: 'Authenticate to Google Cloud' uses: 'google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f' # ratchet:google-github-actions/auth@v2 with: - create_credentials_file: false - export_environment_variables: false + create_credentials_file: 'true' + export_environment_variables: 'true' workload_identity_provider: '${{ vars.TOKEN_MINTER_WIF_PROVIDER }}' service_account: '${{ vars.TOKEN_MINTER_WIF_SERVICE_ACCOUNT }}' token_format: 'id_token'