File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
tap : SwiftDocOrg/homebrew-formulae
17
17
formula : Formula/swift-doc.rb
18
18
env :
19
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
+ GH_PERSONAL_ACCESS_TOKEN : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
20
20
21
21
bottle_macos_catalina :
22
22
name : Build and distribute Homebrew bottle for macOS Catalina
47
47
Add bottle for swift-doc ${{ github.event.release.tag_name }}
48
48
on macOS 10.15 (Catalina)
49
49
env :
50
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
+ GH_PERSONAL_ACCESS_TOKEN : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
51
51
52
52
bottle_macos_big_sur :
53
53
name : Build and distribute Homebrew bottle for macOS Big Sur
78
78
Add bottle for swift-doc ${{ github.event.release.tag_name }}
79
79
on macOS 11.0 (Big Sur)
80
80
env :
81
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
81
+ GH_PERSONAL_ACCESS_TOKEN : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
82
82
83
83
docker :
84
84
name : Build and push Docker container
You can’t perform that action at this time.
0 commit comments