mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
adding in the needed GITHUB_TOKEN for the publish:mac
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -282,6 +282,7 @@ jobs:
|
||||
- name: Build application (dist)
|
||||
run: npm run publish:mac
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user