Skip to content

Commit 92ff108

Browse files
committed
chore: update main.yml
1 parent 87b908d commit 92ff108

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,5 @@ jobs:
6464
# below accordingly.
6565
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
6666
with:
67-
personal_token: ${{ secrets.PERSONAL_TOKEN }}
68-
external_repository: devops-maturity/devops-maturity.github.io
69-
publish_branch: main
70-
user_name: 'github-actions[bot]'
71-
user_email: 'github-actions[bot]@users.noreply.github.com'
67+
github_token: ${{ secrets.GITHUB_TOKEN }}
7268
publish_dir: ./public

0 commit comments

Comments
 (0)