feat(ci): add DEPOT_TOKEN to release workflow env

Add the DEPOT_TOKEN secret to the environment variables section of the
release-deployment workflow to enable proper authentication with the
Depot service for Docker builds.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-03-06 13:55:28 +01:00 committed by Rajesh Rajendran
parent 5e93178876
commit 333fd642be

View file

@ -14,6 +14,7 @@ on:
env:
IMAGE_REGISTRY_URL: ${{ secrets.OSS_REGISTRY_URL }}
DEPOT_PROJECT_ID: ${{ secrets.DEPOT_PROJECT_ID }}
DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}
DOCKER_REPO_OSS: ${{ secrets.OSS_REGISTRY_URL }}
jobs: