Skip to content

Commit

Permalink
Merge pull request #85 from CyberSocYork/update_deploy
Browse files Browse the repository at this point in the history
Change access token for build
  • Loading branch information
Xychic authored Sep 29, 2023
2 parents 09f8f7e + 7401e0c commit 38b6798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
access-token: ${{ secrets.NEW_ACCESS_TOKEN }}
deploy-branch: publish
git-config-name: CyberSoc
git-config-email: [email protected]
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
access-token: ${{ secrets.NEW_ACCESS_TOKEN }}
deploy-branch: publish
git-config-name: CyberSoc
git-config-email: [email protected]
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
access-token: ${{ secrets.NEW_ACCESS_TOKEN }}
deploy-branch: main
gatsby-args: --verbose
skip-publish: true

0 comments on commit 38b6798

Please sign in to comment.