Skip to content

Commit

Permalink
use repo secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Oct 9, 2024
1 parent 1a14704 commit 2315f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ext-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Update manifest.json
working-directory: ./extension
run: |
sed -i 's|"api_url": ".*"|"api_url": "hi"|' manifest.json
sed -i 's|"api_key": ".*"|"api_key": "bro"|' manifest.json
sed -i 's|"api_url": ".*"|"api_url": "${{ secrets.API_URL }}"|' manifest.json
sed -i 's|"api_key": ".*"|"api_key": "${{ secrets.API_KEY }}"|' manifest.json
- name: Install dependencies
working-directory: ./extension
Expand Down

0 comments on commit 2315f99

Please sign in to comment.