File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ jobs:
117117 --set-secrets "SERVICE_ACCOUNT_CREDENTIALS=SERVICE_ACCOUNT_CREDENTIALS:latest" \
118118 --set-secrets "WEB_ADDRESS=CLOUD_RUN_ADDRESS:latest" \
119119 --set-secrets "MICRONAUT_ENVIRONMENTS=MICRONAUT_ENVIRONMENTS:latest" \
120- --set-env-vars "SLACK_WEBHOOK_URL=${{ secrets. SLACK_WEBHOOK_URL }} " \
121- --set-env-vars "SLACK_BOT_TOKEN=${{ secrets. SLACK_BOT_TOKEN }} " \
122- --set-env-vars "SLACK_SIGNING_SECRET=${{ secrets.SLACK_PULSE_SIGNING_SECRET }} " \
123- --set-env-vars "SLACK_KUDOS_CHANNEL_ID=${{ secrets. SLACK_KUDOS_CHANNEL_ID }} " \
120+ --set-secrets "SLACK_WEBHOOK_URL=SLACK_WEBHOOK_URL:latest " \
121+ --set-secrets "SLACK_BOT_TOKEN=SLACK_BOT_TOKEN:latest " \
122+ --set-secrets "SLACK_SIGNING_SECRET=SLACK_SIGNING_SECRET:latest " \
123+ --set-secrets "SLACK_KUDOS_CHANNEL_ID=SLACK_KUDOS_CHANNEL_ID:latest " \
124124 --platform "managed" \
125125 --max-instances 2 \
126126 --allow-unauthenticated
You can’t perform that action at this time.
0 commit comments