From 67e9b0af8d68bcfc8f06cfa06a2da176696307ec Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:17:01 -0400 Subject: [PATCH] Create auth file --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index df02805..6dd90ef 100644 --- a/action.yml +++ b/action.yml @@ -56,6 +56,13 @@ runs: run: echo "$HOME/.aftman/bin" >> $GITHUB_PATH shell: bash + - name: Create auth file + run: | + cat > ~/.aftman/auth.toml << EOF + github = "${{ github.token }}" + EOF + shell: bash + - name: Install tools run: | cd ${{ inputs.path }}