Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/shared-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
# Persist an admin credential so the automated version-bump push
# below satisfies the branch-protection ruleset's repo-admin bypass;
# the default GITHUB_TOKEN (github-actions[bot]) is not a bypass
# actor and would be rejected once PR enforcement is active. SK-2986.
token: ${{ secrets.PAT_ACTIONS }}

- uses: actions/setup-python@v2
- name: Install dependencies
Expand Down
Loading