From 465929fd6ee6a4f5766c07e1a2ab3b1946abc3ca Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 10 Aug 2024 17:23:04 +0530 Subject: [PATCH] feat: simplify authentication using rokit command --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 3829ca8..4afcfa9 100644 --- a/action.yml +++ b/action.yml @@ -62,10 +62,7 @@ runs: shell: powershell - name: Create auth file - run: | - cat > $HOME/.rokit/auth.toml << EOF - github = "${{ inputs.token }}" - EOF + run: rokit authenticate github --token ${{ inputs.token }} shell: bash - name: Discover manifest file