Skip to content

Siege-Wizard/anonfiles-upload

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload file to AnonFiles

This GitHub action allows you to upload a file to anonfiles.com.

Usage

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

Outputs

  • url: Url of the uploaded file.