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 1d672df commit 3dae986Copy full SHA for 3dae986
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
files: codecompass
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
30
31
- name: Generate Homebrew tap
32
run: |
0 commit comments