We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 543931c + a8aa7ef commit e7a3482Copy full SHA for e7a3482
1 file changed
.github/workflows/upload-assets-to-cdn.yml
@@ -76,7 +76,7 @@ jobs:
76
gcloud storage cp --cache-control='public,max-age=86400' --content-disposition=attachment -r assets/legal/* gs://fxa-content-cdn-prod-distbucket/legal/
77
78
- name: "Post to fxa-team Slack channel"
79
- uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
+ uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
80
with:
81
method: 'chat.postMessage'
82
token: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments