From 8e8cef2d239c80655b9cfa7446905dd38aa3b55b Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 22 Sep 2022 19:22:45 +0200 Subject: [PATCH] Update action.yml (#4) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f6e361a..489ac4e 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: - name: Create auth file run: | cat > $HOME/.aftman/auth.toml << EOF - github = "${{ github.token }}" + github = "${{ inputs.token }}" EOF shell: bash