mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +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
|
shell: powershell
|
||||||
|
|
||||||
- name: Create auth file
|
- name: Create auth file
|
||||||
run: |
|
run: rokit authenticate github --token ${{ inputs.token }}
|
||||||
cat > $HOME/.rokit/auth.toml << EOF
|
|
||||||
github = "${{ inputs.token }}"
|
|
||||||
EOF
|
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Discover manifest file
|
- name: Discover manifest file
|
||||||
|
|
Loading…
Reference in a new issue