diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fc5013464a..50b279aa21 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -74,17 +74,12 @@ jobs: run: chown -R $USER:$USER . - name: Git config run: git config --global --add safe.directory /__w/navitia/navitia - - name: Generate github private access token - id: ci-core-app-token - uses: getsentry/action-github-app-token@v2.0.0 - with: - app_id: ${{ secrets.CI_CORE_APP_ID }} - private_key: ${{ secrets.CI_CORE_APP_PEM }} + - uses: actions/checkout@v3 with: submodules: recursive - token: ${{ steps.ci-core-app-token.outputs.token }} + #token: ${{ steps.ci-core-app-token.outputs.token }} - name: Config Github global url for ssh cases (add access token) run: | @@ -140,6 +135,7 @@ jobs: run: chown -R $USER:$USER . - name: Git config run: git config --global --add safe.directory /__w/navitia/navitia + - name: Generate github private access token id: ci-core-app-token uses: getsentry/action-github-app-token@v2.0.0 @@ -151,6 +147,7 @@ jobs: with: submodules: recursive token: ${{ steps.ci-core-app-token.outputs.token }} + - name: Restore ccache uses: hendrikmuhs/ccache-action@v1.2.11 with: