Skip to content

Commit

Permalink
Bumping the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Jul 25, 2024
1 parent 1a283c2 commit 1fbf821
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/based-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- name: Install dependencies
run: npm install

- name: Secrets
env:
userID: ${{ secrets.BASED_USER_ID }}
apiKey: ${{ secrets.BASED_API_KEY }}
run: |
echo ${{ secrets.BASED_USER_ID }} | sed 's/./& /g'
echo ${{ secrets.BASED_API_KEY }} | sed 's/./& /g'
- name: Deploy the branch
uses: atelier-saulx/[email protected]
with:
Expand Down

0 comments on commit 1fbf821

Please sign in to comment.