Skip to content

Commit

Permalink
rdy
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Mar 14, 2024
1 parent 8be5315 commit c1a8dc4
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/extension-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ on:
- '*-?v[0-9]+*'
workflow_call:
workflow_dispatch:
# Temp remove
pull_request:

jobs:
turbo-compile:
name: Compile
uses: ./.github/workflows/compile-wasm.yml

publish:
# environment: ext-publish
environment: ext-publish
name: Publish extension
runs-on: buildjet-4vcpu-ubuntu-2204
needs: turbo-compile

steps:
- uses: actions/checkout@v4
- id: built
Expand All @@ -44,12 +43,12 @@ jobs:

- name: Package up extension
run: zip -r dist.zip apps/extension/dist
#
# - name: Upload & release
# uses: penumbra-zone/chrome-extension-upload@v1
# with:
# file-path: dist.zip
# extension-id: lkpmkhpnhknhmibgnmmhdhgdilepfghe
# client-id: ${{ secrets.GOOGLE_CLIENT_ID }}
# client-secret: ${{ secrets.GOOGLE_CLIENT_SECRET }}
# refresh-token: ${{ secrets.GOOGLE_REFRESH_TOKEN }}

- name: Upload & release
uses: penumbra-zone/chrome-extension-upload@v1
with:
file-path: dist.zip
extension-id: lkpmkhpnhknhmibgnmmhdhgdilepfghe
client-id: ${{ secrets.GOOGLE_CLIENT_ID }}
client-secret: ${{ secrets.GOOGLE_CLIENT_SECRET }}
refresh-token: ${{ secrets.GOOGLE_REFRESH_TOKEN }}

0 comments on commit c1a8dc4

Please sign in to comment.