mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +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
|
||||
run: |
|
||||
cat > $HOME/.aftman/auth.toml << EOF
|
||||
github = "${{ github.token }}"
|
||||
github = "${{ inputs.token }}"
|
||||
EOF
|
||||
shell: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue