Skip to content

Commit

Permalink
Auth slice http true removed
Browse files Browse the repository at this point in the history
  • Loading branch information
CS50X-RGB committed Feb 29, 2024
1 parent 9ced064 commit a6f0978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Remove Previous build
run: rm -rf ./build
run: rm -rf ./build

- name: Install dependencies
run: npm install
Expand All @@ -35,3 +35,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.CHATIO }}
branch: dev

0 comments on commit a6f0978

Please sign in to comment.