mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-01-05 18:59:11 +00:00
Update action.yml (#4)
This commit is contained in:
parent
c3ba81a533
commit
8e8cef2d23
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ runs:
|
||||||
- name: Create auth file
|
- name: Create auth file
|
||||||
run: |
|
run: |
|
||||||
cat > $HOME/.aftman/auth.toml << EOF
|
cat > $HOME/.aftman/auth.toml << EOF
|
||||||
github = "${{ github.token }}"
|
github = "${{ inputs.token }}"
|
||||||
EOF
|
EOF
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue