Skip to content

Commit

Permalink
Add github token to final GHA step
Browse files Browse the repository at this point in the history
  • Loading branch information
armalite committed May 12, 2023
1 parent e94402c commit 680a46e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
dbt-ai-deployer make publish-prod
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 680a46e

Please sign in to comment.