diff --git a/.github/workflows/pkg_create_pr.yaml b/.github/workflows/pkg_create_pr.yaml index d69dbec48..8d63531db 100644 --- a/.github/workflows/pkg_create_pr.yaml +++ b/.github/workflows/pkg_create_pr.yaml @@ -10,17 +10,7 @@ on: description: "Optimum version to update" required: true type: string - secrets: - REBEL_PYPI_USERNAME: - required: true - REBEL_PYPI_PASSWORD: - required: true - REBEL_SW_DEVELOP_USERNAME: - required: true - REBEL_SW_DEVELOP_PASSWORD: - required: true - GIT_PAT: - required: true + jobs: create-pr: runs-on: ubuntu-latest-rbln diff --git a/.github/workflows/pkg_update.yaml b/.github/workflows/pkg_update.yaml index 13ef50ccc..3875e9b8a 100644 --- a/.github/workflows/pkg_update.yaml +++ b/.github/workflows/pkg_update.yaml @@ -71,12 +71,7 @@ jobs: with: python-version: ${{ inputs.python-version }} optimum-version: ${{ needs.check-skip.outputs.target-version }} - secrets: - REBEL_PYPI_USERNAME: ${{ secrets.REBEL_PYPI_USERNAME }} - REBEL_PYPI_PASSWORD: ${{ secrets.REBEL_PYPI_PASSWORD }} - REBEL_SW_DEVELOP_USERNAME: ${{ secrets.REBEL_SW_DEVELOP_USERNAME }} - REBEL_SW_DEVELOP_PASSWORD: ${{ secrets.REBEL_SW_DEVELOP_PASSWORD }} - GIT_PAT: ${{ secrets.GIT_PAT }} + secrets: inherit summary: runs-on: ubuntu-latest-rbln