1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

testing GITHUB_TOKEN

This commit is contained in:
Joseph Flinn
2021-01-22 17:27:37 +00:00
parent b906f9e231
commit 2384bbf758
3 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.release_tag_name }}
release_name: ${{ env.RELEASE_NAME }}
@@ -98,7 +98,7 @@ jobs:
- name: Build & Publish
run: npm run publish:lin
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to Snap Store
run: |
@@ -181,7 +181,7 @@ jobs:
SIGNING_TENANT_ID: ${{ secrets.SIGNING_TENANT_ID }}
SIGNING_CLIENT_SECRET: ${{ secrets.SIGNING_CLIENT_SECRET }}
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Rename appx files for store
shell: pwsh