From a11f997f71a3d785fb2bee97f8ca41f03e8079d8 Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:16:09 -0700 Subject: [PATCH] Update action --- .github/workflows/release-created.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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