1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

Merge pull request #661 from bitwarden/fix-mac-release

adding in the needed GITHUB_TOKEN for the publish:mac
This commit is contained in:
Joseph Flinn
2021-01-22 13:51:59 -08:00
committed by GitHub

View File

@@ -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 }}