Skip to content

Commit

Permalink
update to service token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Oct 18, 2024
1 parent d2e59c0 commit a6e26b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_staging_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
with:
export-env: true
env:
OP_CONNECT_HOST: "${{ secrets.OP_CONNECT_HOST }}"
OP_CONNECT_TOKEN: "${{ secrets.OP_CONNECT_TOKEN }}"
OP_SERVICE_ACCOUNT_TOKEN: "${{ secrets.OP_ENGINEERING_AUTH_TOKEN }}"
DATABASE_PASSWORD: "${{ secrets.OP_STAGING_DATABASE_PASSWORD }}"
DJANGO_SECRET_KEY: "${{ secrets.OP_STAGING_DJANGO_SECRET_KEY }}"
DOCKER_USERNAME: "${{ secrets.OP_DOCKER_USERNAME }}"
Expand Down

0 comments on commit a6e26b8

Please sign in to comment.