Skip to content

Commit

Permalink
fix: use machine user for push-to-main action; required for README gen (
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored Oct 12, 2022
1 parent b309794 commit 75c59d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 75c59d3

Please sign in to comment.