IPFS Pinning GitHub Action
Learn how to configure the IPFS Pinning GitHub Action for use with Filebase.
What is IPFS Pinning GitHub Action?
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. Repeat this step to create a second secret called FILEBASE_SECRET_KEY. This value should be your Filebase IPFS API Secret Token.
FILEBASE_SECRET_KEY. This value should be your Filebase IPFS API Secret Token.

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

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

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

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

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