Skip to content

Commit 8dec103

Browse files
other(ci): remove explicit secrets (#276)
1 parent f4bd2ca commit 8dec103

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/pkg_create_pr.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,7 @@ on:
1010
description: "Optimum version to update"
1111
required: true
1212
type: string
13-
secrets:
14-
REBEL_PYPI_USERNAME:
15-
required: true
16-
REBEL_PYPI_PASSWORD:
17-
required: true
18-
REBEL_SW_DEVELOP_USERNAME:
19-
required: true
20-
REBEL_SW_DEVELOP_PASSWORD:
21-
required: true
22-
GIT_PAT:
23-
required: true
13+
2414
jobs:
2515
create-pr:
2616
runs-on: ubuntu-latest-rbln

.github/workflows/pkg_update.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,7 @@ jobs:
7171
with:
7272
python-version: ${{ inputs.python-version }}
7373
optimum-version: ${{ needs.check-skip.outputs.target-version }}
74-
secrets:
75-
REBEL_PYPI_USERNAME: ${{ secrets.REBEL_PYPI_USERNAME }}
76-
REBEL_PYPI_PASSWORD: ${{ secrets.REBEL_PYPI_PASSWORD }}
77-
REBEL_SW_DEVELOP_USERNAME: ${{ secrets.REBEL_SW_DEVELOP_USERNAME }}
78-
REBEL_SW_DEVELOP_PASSWORD: ${{ secrets.REBEL_SW_DEVELOP_PASSWORD }}
79-
GIT_PAT: ${{ secrets.GIT_PAT }}
74+
secrets: inherit
8075

8176
summary:
8277
runs-on: ubuntu-latest-rbln

0 commit comments

Comments
 (0)