diff --git a/.github/workflows/get_next_uv_dates-manual.yml b/.github/workflows/get_next_uv_dates-manual.yml index e24600e..1a62493 100644 --- a/.github/workflows/get_next_uv_dates-manual.yml +++ b/.github/workflows/get_next_uv_dates-manual.yml @@ -17,8 +17,7 @@ jobs: - name: Authorization check uses: octokit/request-action@v2.0.0 with: - route: GET /repos/:repository/collaborators/${{ github.actor }} - repository: ${{ github.repository }} + route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} get_next_uv_dates: diff --git a/.github/workflows/run-data-pipeline-manual.yml b/.github/workflows/run-data-pipeline-manual.yml index 930afbc..b0bee93 100644 --- a/.github/workflows/run-data-pipeline-manual.yml +++ b/.github/workflows/run-data-pipeline-manual.yml @@ -17,8 +17,7 @@ jobs: - name: Authorization check uses: octokit/request-action@v2.0.0 with: - route: GET /repos/:repository/collaborators/${{ github.actor }} - repository: ${{ github.repository }} + route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run_sigla_pipeline: diff --git a/.github/workflows/run-external-link-checker-manual.yml b/.github/workflows/run-external-link-checker-manual.yml index 8b37f1b..105ca95 100644 --- a/.github/workflows/run-external-link-checker-manual.yml +++ b/.github/workflows/run-external-link-checker-manual.yml @@ -14,8 +14,7 @@ jobs: - name: Authorization check uses: octokit/request-action@v2.0.0 with: - route: GET /repos/:repository/collaborators/${{ github.actor }} - repository: ${{ github.repository }} + route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} external_link_checker: diff --git a/.github/workflows/run-qa-test-manual.yml b/.github/workflows/run-qa-test-manual.yml index 7cb9cb5..84500a4 100644 --- a/.github/workflows/run-qa-test-manual.yml +++ b/.github/workflows/run-qa-test-manual.yml @@ -17,8 +17,7 @@ jobs: - name: Authorization check uses: octokit/request-action@v2.0.0 with: - route: GET /repos/:repository/collaborators/${{ github.actor }} - repository: ${{ github.repository }} + route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run_qa_test: diff --git a/.github/workflows/run-subset-pipeline-manual.yml b/.github/workflows/run-subset-pipeline-manual.yml index 811b5de..3f98c59 100644 --- a/.github/workflows/run-subset-pipeline-manual.yml +++ b/.github/workflows/run-subset-pipeline-manual.yml @@ -17,8 +17,7 @@ jobs: - name: Authorization check uses: octokit/request-action@v2.0.0 with: - route: GET /repos/:repository/collaborators/${{ github.actor }} - repository: ${{ github.repository }} + route: GET /repos/${{ github.repository }}/collaborators/${{ github.actor }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} load_spreadsheets: