Add "do not track" query parameter to vimeo links in the video widget to ensure tracking/analytics cookies don't get set. #3006
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gerald - Notify and Request Reviewers On Pull Request | |
"on": | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review, edited] | |
jobs: | |
gerald: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Khan/actions@gerald-pr-v0 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
admin-token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }} |