Skip to content

Commit 6d72190

Browse files
Hub installation steps added
1 parent ed53f0e commit 6d72190

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/swift.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@ jobs:
5757
- uses: maxim-lobanov/setup-xcode@v1
5858
with:
5959
xcode-version: 14.1.0
60+
- uses: actions/checkout@v2
61+
with:
62+
# You should create a personal access token and store it in your repository
63+
token: ${{ secrets.CI_USER_TOKEN }}
64+
repository: 'optimizely/travisci-tools'
65+
path: 'home/runner/travisci-tools'
66+
ref: 'master'
67+
- name: Install hub
68+
shell: bash
69+
env:
70+
HOME: 'home/runner'
71+
run: |
72+
# installs hub to ~/bin
73+
$HOME/travisci-tools/release_github/install_hub.sh
6074
- id: prepare_for_release
6175
name: Prepare for release
6276
env:

0 commit comments

Comments
 (0)