Skip to content

Commit

Permalink
ci: add github authentication to pull-contributions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jomifepe committed Mar 26, 2024
1 parent cfa212a commit f1dd3f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-contributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Pull contributions
run: npx @raycast/api@latest pull-contributions --emoji -I
run: npx @raycast/api@latest pull-contributions --emoji --non-interactive
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push changes
run: git push

0 comments on commit f1dd3f8

Please sign in to comment.