We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5146035 commit 3fb47d9Copy full SHA for 3fb47d9
.github/workflows/ci.yaml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Bump code-server homebrew version
35
run: brew bump-formula-pr --version="4.1.0-4995-6b7849c52b22437e0783246ac7008e80e9dbf06c" code-server --no-browse --no-audit --dry-run
36
+ env:
37
+ HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
38
39
prebuild:
40
name: Pre-build checks
0 commit comments