diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 08b96af3..61e09fd9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -198,6 +198,8 @@ jobs: needs: release if: github.event_name == 'push' && contains(github.ref, 'refs/tags') steps: + - uses: actions/checkout@v4 + - name: Get Bot Application Token id: get_workflow_token uses: peter-murray/workflow-application-token-action@v3