mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
feat: simplify authentication using rokit command
This commit is contained in:
parent
2ac42ad639
commit
465929fd6e
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue