Skip to content

Commit

Permalink
Updated board release workflow for test purposes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Sep 10, 2024
1 parent ae27337 commit a1c19ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boardRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Approve Pull Request
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: token ${{ secrets.MIKROE_ACTIONS_KEY }}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/${{ github.repository }}/pulls/${{ steps.create_pr.outputs.pull_request_number }}/reviews \
-d '{"event":"APPROVE"}'
Expand Down

0 comments on commit a1c19ad

Please sign in to comment.