From 49afb80e2208641866ab2cfb970f1e29beb78354 Mon Sep 17 00:00:00 2001 From: AlexAntn Date: Tue, 25 Aug 2020 16:04:25 +0200 Subject: [PATCH] changed the name of team code secret token --- .github/workflows/icubTechIIT_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/icubTechIIT_code.yml b/.github/workflows/icubTechIIT_code.yml index 8c28492df..30f703fde 100644 --- a/.github/workflows/icubTechIIT_code.yml +++ b/.github/workflows/icubTechIIT_code.yml @@ -16,7 +16,7 @@ jobs: - name: Repository Dispatch uses: peter-evans/repository-dispatch@v1 with: - token: ${{ secrets.CODE_REPO_ACCESS_TOKEN }} + token: ${{ secrets.ICUB_TECH_TEAM_CODE_ACCESS_TOKEN }} repository: icub-tech-iit/code event-type: superbuild_release client-payload: '{"version": "${{ steps.get_version.outputs.VERSION }}", "type": "superbuild_release"}'