mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
Create auth file
This commit is contained in:
parent
3f6856a05d
commit
67e9b0af8d
1 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,13 @@ runs:
|
||||||
run: echo "$HOME/.aftman/bin" >> $GITHUB_PATH
|
run: echo "$HOME/.aftman/bin" >> $GITHUB_PATH
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Create auth file
|
||||||
|
run: |
|
||||||
|
cat > ~/.aftman/auth.toml << EOF
|
||||||
|
github = "${{ github.token }}"
|
||||||
|
EOF
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.path }}
|
cd ${{ inputs.path }}
|
||||||
|
|
Loading…
Reference in a new issue