From da4605879f41707067421af8bc0d1ec669fb9849 Mon Sep 17 00:00:00 2001 From: dariober Date: Tue, 14 May 2024 13:47:42 +0100 Subject: [PATCH] Try delete secret --- .github/workflows/deploy_demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_demo.yml b/.github/workflows/deploy_demo.yml index 62d4205ce..46da90488 100644 --- a/.github/workflows/deploy_demo.yml +++ b/.github/workflows/deploy_demo.yml @@ -6,9 +6,9 @@ on: environment: required: true type: string - secrets: - GITHUB_TOKEN: - required: true + #secrets: + # GITHUB_TOKEN: + # required: true jobs: deploy: