From 45f3a7fa1562b784e79dd0c5812ce7bfff776fe8 Mon Sep 17 00:00:00 2001 From: eQuantum <8466209+eq19@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:58:56 +0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 77c58c461df..9684488d1c8 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ runs: - name: 📂 Checkout uses: actions/checkout@v4 with: - token: ${{ secrets.ACCESS_TOKEN }} + token: ${{ inputs.token }} - name: 💎 Set Credential id: 'auth'