Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-pisman committed Oct 24, 2023
1 parent 7d897f9 commit f8cd7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: unipoll/api.wiki
owner: ${{ github.repository_owner }}}
- name: Copy API changelog from artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -42,6 +43,6 @@ jobs:
run: |
git config --global user.name 'Bot'
git config --global user.email 'bot@noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/unipoll/api.wiki
git add changelog.md
git commit -m "Update API changelog on release" && git push || echo "No changes to commit"

0 comments on commit f8cd7b3

Please sign in to comment.