mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
adding in the needed GITHUB_TOKEN for the publish:mac
This commit is contained in:
parent
8af4d76984
commit
3b51f14a02
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 }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user