Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbruv committed Jul 23, 2024
1 parent bb34b32 commit aafa494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
continue-on-error: true
run: |
git status
git pull
git pull origin main
git config --global user.name "BFBB Actions Bot"
git config --global user.email "[email protected]"
git add .
Expand All @@ -134,6 +134,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.WEBSITE_TOKEN }}
repository: bfbbdecomp/website
branch: ${{ github.ref }}

0 comments on commit aafa494

Please sign in to comment.