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 @@ -57,6 +57,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
# PAT of the skyflow-service-it admin service account. Persisted by
# checkout and reused for the automated version-bump push below, so
# that push satisfies the branch-protection ruleset's repo-admin
# bypass (github-actions[bot] is not a bypass actor). See SK-2986.
token: ${{ secrets.PAT_ACTIONS }}

- name: Set up maven or jfrog repository
uses: actions/setup-java@v1
Expand Down
Loading