Update action.yml (#4)

This commit is contained in:
Filip Tibell 2022-09-22 19:22:45 +02:00 committed by GitHub
parent c3ba81a533
commit 8e8cef2d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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