File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,18 @@ jobs:
15
15
if : contains(github.event.pull_request.labels.*.name, 'pr-pull')
16
16
runs-on : macos-latest
17
17
steps :
18
+ - name : Checkout
19
+ uses : actions/checkout@v2
20
+ with :
21
+ token : " ${{ secrets.OSX_CROSS_TESTS_HOMEBREW_GITHUB_API_TOKEN }}"
22
+
18
23
- name : Set up Homebrew
19
24
uses : Homebrew/actions/setup-homebrew@master
20
25
21
26
- name : Set up git
22
27
run : |
23
28
git config --global user.name "osxCrossTestBot"
24
29
git config --global user.email "osxCrossTestBot@leka.io"
25
- git config credential.helper '!f() { sleep 1; echo "username=osxCrossTestBot"; echo "password=${{ secrets.OSX_CROSS_TESTS_HOMEBREW_GITHUB_API_TOKEN }}"; }; f'
26
30
27
31
- name : Pull bottles
28
32
run : brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
You can’t perform that action at this time.
0 commit comments