File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ jobs:
117
117
--set-secrets "SERVICE_ACCOUNT_CREDENTIALS=SERVICE_ACCOUNT_CREDENTIALS:latest" \
118
118
--set-secrets "WEB_ADDRESS=CLOUD_RUN_ADDRESS:latest" \
119
119
--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 " \
124
124
--platform "managed" \
125
125
--max-instances 2 \
126
126
--allow-unauthenticated
You can’t perform that action at this time.
0 commit comments