diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8dd59d7..b361d92 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -45,6 +45,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.GH_TOKEN }} - name: Set up Python 3.9 uses: actions/setup-python@v3 with: