Skip to content

Commit

Permalink
hotfix(ci) github write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
helderbetiol committed May 14, 2024
1 parent 9aa53d9 commit e1518b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/api-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
coverage-badge:
needs: api-unit-test
runs-on: ubuntu-latest
permissions:
contents: write
defaults:
run:
working-directory: ./
Expand Down Expand Up @@ -114,5 +116,5 @@ jobs:
if: steps.verify-changed-files.outputs.files_changed == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.WIKI_ACTION_TOKEN }}
github_token: ${{ secrets.PAT_GITHUB_TOKEN }}
branch: ${{ github.head_ref }}

0 comments on commit e1518b6

Please sign in to comment.