Skip to content

Commit cef602c

Browse files
authored
Merge pull request #68 from opt-nc/add-token-to-env
fix: ajout du token dans l'environnement
2 parents 4d0b66a + 42095e3 commit cef602c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
args: release --clean
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
PUBLIC_HOMEBREW_TAP_TOKEN: ${{ secrets.PUBLIC_HOMEBREW_TAP_TOKEN }}
48+
4749

4850
- name: 👍 Merge main back to dev
4951
if: github.ref == 'refs/heads/main' && steps.release.outputs.new_release_published == 'true'

0 commit comments

Comments
 (0)