This GitHub action allows you to upload a file to anonfiles.com.
- name: Upload README.md
uses: Siege-Wizard/[email protected]
with:
file: README:md
env:
ANONFILES_TOKEN: ${{ secrets.ANONFILES_TOKEN }}
Required Parameters:
file
: The file that should be uploaded to anonfiles.com.
Environmetal variables:
ANONFILES_TOKEN
: If provided, the file will be uploaded to the corresponding account instead.
url
: Url of the uploaded file.