1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

adding in the needed GITHUB_TOKEN for the publish:mac

This commit is contained in:
Joseph Flinn 2021-01-22 21:32:45 +00:00
parent 8af4d76984
commit 3b51f14a02

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