Skip to content

Commit

Permalink
ci: Use new api-key for Edge submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Oct 9, 2024
1 parent c3256a1 commit db0fad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ jobs:
product-id: ${{ secrets.EDGE_PRODUCT_ID }}
zip-path: ./web/packages/extension/dist/ruffle_extension.zip
client-id: ${{ secrets.EDGE_CLIENT_ID }}
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
api-key: ${{ secrets.EDGE_API_KEY }}

- name: Clone web demo
if: matrix.demo
Expand Down

0 comments on commit db0fad1

Please sign in to comment.