update auth

This commit is contained in:
Shahan Nedadahandeh 2022-06-13 22:30:06 -07:00
parent 6a0384e073
commit e706b22586
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@ steps:
depends_on: depends_on:
- publish - publish
environment: environment:
AUTH_TOKEN: STAGING_AUTH_TOKEN:
from_secret: STAGING_AUTH_TOKEN from_secret: STAGING_AUTH_TOKEN
commands: commands:
- echo "The docker build tag is ${DRONE_BRANCH//\//-}" - echo "The docker build tag is ${DRONE_BRANCH//\//-}"
- "curl -H \"Authorization: $AUTH_TOKEN\" https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}" - 'curl -H "Authorization: $STAGING_AUTH_TOKEN" https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}"