Skip to content

Commit

Permalink
ChatGPT to the rescue?
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 1a16840 commit 9f74bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
if: ${{ github.ref_name == github.event.repository.default_branch || github.event_name == 'release' }}
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
steps:

- name: Checkout
Expand Down Expand Up @@ -133,4 +131,4 @@ jobs:
git diff --quiet && git diff --staged --quiet || git commit -m "Update - /"
- name: Push
run: git push origin gh-pages
run: git push https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git HEAD:gh-pages --force

0 comments on commit 9f74bf4

Please sign in to comment.