S3 Uploader for GitHub Actions
Learn how to configure S3 Uploader for GitHub Actions for use with Filebase.
What is S3 Uploader for GitHub Actions?
1. Create a GitHub repository, or navigate to an existing repository. Select the 'Settings' tab.

2. From the left side bar menu, select 'Secrets', then 'Actions', then click the button 'New Repository Secret':

3. Create a new secret called FILEBASE_ACCESS_KEY. Enter your Filebase Access Key for the value of this secret.

4. Repeat this step to create a second secret called FILEBASE_SECRET_KEY. Enter your Filebase Secret Key for the value of this second secret.

5. Select ‘Actions’ from the top menu bar.

6. In the GitHub Actions menu, select ‘Set Up a Workflow Yourself”.

7. Enter the following code into the new file, by default called ‘main.yml’:
8. Then, select ‘Start Commit’ on the right side of the screen. Commit your file.

9. You will then see your main.yml file listed in your repository.
main.yml file listed in your repository.
10. Your GitHub action will show a green check mark, meaning that it was able to run successfully.

11. You can verify that your GitHub repository files were uploaded to your Filebase bucket by checking the contents of your Filebase bucket on the web console.

Last updated