From 5908d6c567601c74b9fc2f684a0c8c811ca4170a Mon Sep 17 00:00:00 2001 From: Jorge <46056498+jorgectf@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:23:37 +0100 Subject: [PATCH] Fix tokens --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f88e3b07850..e8f13962e81 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: - name: Do something with context shell: bash env: - GITHUB_TOKEN: ${{ github.token }} - GH_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ inputs.token }} + GH_TOKEN: ${{ inputs.token }} run: | node ${{ github.action_path }}/.github/action/dist/index.js