S3 Uploader for GitHub Actions
Learn how to configure S3 Uploader for GitHub Actions for use with Filebase.
Last updated
Learn how to configure S3 Uploader for GitHub Actions for use with Filebase.
Last updated
S3 Uploader for GitHub Actions is an open-source GitHub Action that enables developers to configure automatic backups for their GitHub repositories to an S3-compatible service like Filebase whenever their GitHub repository’s main branch is pushed or updated by a pull request.
This GitHub Action source code can be found here.
Read below to learn how to configure S3 Uploader for GitHub Actions with Filebase.
Replace the following values to match your configuration:
Directories: The directories in your GitHub repository you would like to upload to Filebase.
Bucket: Your Filebase Bucket Name
In this configuration, all files in our repository are being backed up, and this workflow is configured to be run automatically whenever the main branch is pushed to or merged with a pull request.
main.yml
file listed in your repository.Select the ‘Actions’ tab from the menu bar again to check the status of the GitHub action, which was run automatically when it was committed. From here, it will be run automatically whenever the main branch of your repository is pushed to or merged with a pull request.