From a3d9d4b15af62ecd5c4984807e2d0a717d78ca7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20B=C3=BCy=C3=BCkulcay?= <143997098+umitbuyukulcay@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:04:25 +0300 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 162a8b5b341..cb78b0ec496 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ ---- +A_ACTION--- steps: - name: Checkout code uses: actions/checkout@v2 @@ -8,7 +8,7 @@ steps: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GHCR_PAT }} + password: ${{ secrets.ENDA_ACTION }} - name: Run Super-Linter uses: enda-automation/test-enda-super-linter@latest