We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33e18a commit fd3a722Copy full SHA for fd3a722
.github/workflows/swift.yml
@@ -95,6 +95,20 @@ jobs:
95
- uses: maxim-lobanov/setup-xcode@v1
96
with:
97
xcode-version: 14.1.0
98
+ - uses: actions/checkout@v2
99
+ with:
100
+ # You should create a personal access token and store it in your repository
101
+ token: ${{ secrets.CI_USER_TOKEN }}
102
+ repository: 'optimizely/travisci-tools'
103
+ path: 'home/runner/travisci-tools'
104
+ ref: 'master'
105
+ - name: Install hub
106
+ shell: bash
107
+ env:
108
+ HOME: 'home/runner'
109
+ run: |
110
+ # installs hub to ~/bin
111
+ $HOME/travisci-tools/release_github/install_hub.sh
112
- name: Push to cocoapods.org
113
env:
114
HOME: 'home/runner'
0 commit comments