We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b910ce commit d85ca40Copy full SHA for d85ca40
tutorials/cicd-github-action-object-storage-sync/index.mdx
@@ -24,7 +24,7 @@ This tutorial will guide you through setting up a GitHub Action to deploy your A
24
- A Scaleway Object Storage bucket with the [bucket website](/object-storage/how-to/use-bucket-website/) feature enabled
25
- Retrieved your Scaleway credentials ([API key](/iam/how-to/create-api-keys/), Project ID, Organization ID).
26
27
-Create the GitHub Actions Workflow
+## Creating the GitHub Actions Workflow
28
29
1. In your GitHub repository, navigate to the `.github/workflows` directory. If it does not exist, create it at the root of your repository.
30
2. Create a new file named `deploy.yml` in the `.github/workflows` directory.
0 commit comments