Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/pkg_create_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/pkg_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading