mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +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)
|
- name: Build application (dist)
|
||||||
run: npm run publish:mac
|
run: npm run publish:mac
|
||||||
env:
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
||||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user