diff --git a/.github/workflows/release-created.yml b/.github/workflows/release-created.yml index e3a3047..738f1da 100644 --- a/.github/workflows/release-created.yml +++ b/.github/workflows/release-created.yml @@ -16,14 +16,21 @@ jobs: ${{ startsWith(github.ref, 'refs/heads/release/') }} steps: # Checks-out the develop branch + - uses: getsentry/action-github-app-token@v3 + name: podaac cicd token + id: podaac-cicd + with: + app_id: ${{ secrets.CICD_APP_ID }} + private_key: ${{ secrets.CICD_APP_PRIVATE_KEY }} - uses: actions/checkout@v4 with: - ref: 'refs/heads/develop' - - uses: actions/setup-python@v4 + repository: ${{ github.repository }} + token: ${{ steps.podaac-cicd.outputs.token }} + - uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install Poetry - uses: abatilo/actions-poetry@v2.0.0 + uses: abatilo/actions-poetry@v3 with: poetry-version: 1.3.2 - name: Bump minor version