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 26, 2024
1 parent 1fbf821 commit 4abc05e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/based-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@ 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].14
uses: atelier-saulx/[email protected].15
with:
userID: ${{ secrets.BASED_USER_ID }}
apiKey: ${{ secrets.BASED_API_KEY }}
Expand Down

0 comments on commit 4abc05e

Please sign in to comment.