Skip to content

Commit b76035f

Browse files
authored
Update index.mdx
Add additional section + change checkout version
1 parent 9321334 commit b76035f

File tree

1 file changed

+9
-2
lines changed
  • tutorials/cicd-github-action-object-storage-sync

1 file changed

+9
-2
lines changed

tutorials/cicd-github-action-object-storage-sync/index.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ on:
4343

4444
jobs:
4545
upload:
46-
environment: prd
4746
runs-on: ubuntu-latest
4847

4948
steps:
5049
- name: Checkout repository
51-
uses: actions/checkout@v2
50+
uses: actions/checkout@v4
5251

5352
- name: Set up Node.js
5453
uses: actions/setup-node@v2
@@ -115,3 +114,11 @@ If your project uses a different build process, replace the `Install dependencie
115114
- name: Build the project
116115
run: uv build
117116
```
117+
118+
## Troubleshooting and additional resources
119+
120+
- If you encounter issues while using your API key with Scaleway Object Storage, refer to the [dedicated troubleshooting](/object-storage/troubleshooting/api-key-does-not-work/).
121+
122+
- Refer to the [official GitHub Actions documentation](https://docs.github.com/en/actions/writing-workflows/quickstart) for more information on how to create and run workflows.
123+
124+
- Learn how to better secure your deployment by properly [setting up IAM and Object Storage](/object-storage/api-cli/combining-iam-and-object-storage/)

0 commit comments

Comments
 (0)