Skip to content

Commit

Permalink
feat: Update deploy config to avoid Protected branch update failed error
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Sep 16, 2024
1 parent 8a18c13 commit 5a13cfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
env:
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
install:
Expand Down Expand Up @@ -110,6 +109,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/setup_modules
- uses: ./.github/actions/build_cache_read
- name: Deploy
Expand Down

0 comments on commit 5a13cfa

Please sign in to comment.