diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 70cda2c53..5e106ff9c 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -31,7 +31,7 @@ jobs: run: | curl -X POST -H "Authorization: token ${{ secrets.PR_AUTOMATICALLY_ADD_TO_PROJECT }}" \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/Combodo/combodo-wikit-integration/issues/${{ github.event.pull_request.number }}/labels \ + https://api.github.com/repos/Combodo/iTop/issues/${{ github.event.pull_request.number }}/labels \ -d '{"labels":["internal"]}' env: is_member: ${{ env.is_member }}