Skip to content

Commit

Permalink
chore: Add env variable to Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Dec 20, 2023
1 parent dff06ee commit 5045811
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@ jobs:
env:
SCW_PROJECT_ID: ${{ secrets.SCW_PROJECT_ID }}
SCW_TOKEN: ${{ secrets.SCW_TOKEN }}
SCW_REGISTRY: ${{ secrets.SCW_REGISTRY }}
SCW_REGISTRY: ${{ secrets.SCW_REGISTRY }}
MONGO_URI: ${{ secrets.MONGO_URI }}
MONGO_DATABASE: ${{ vars.MONGO_DATABASE }}
SCW_BUCKET: ${{ vars.SCW_BUCKET }}
SCW_ACCESS_KEY_ID: ${{ secrets.SCW_ACCESS_KEY_ID }}
SCW_SECRET_ACCESS_KEY: ${{ secrets.SCW_SECRET_ACCESS_KEY }}
SCW_ENDPOINT: ${{ vars.SCW_ENDPOINT }}
SCW_REGION: ${{ vars.SCW_REGION }}

0 comments on commit 5045811

Please sign in to comment.