Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 4, 2024
1 parent 49007d9 commit 9c38601
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-community-operators-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
uses: actions/create-github-app-token@v1.6.2
id: app-token
with:
app-id: ${{vars.GH_APP_ID}}
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}
# app-id: ${{vars.GH_APP_ID}}
# private-key: ${{secrets.GH_APP_PRIVATE_KEY}}
repositories: "datadog-operator,community-operators,community-operators-prod,redhat-marketplace-operators,certified-operators"

- name: checkout fork
Expand Down
14 changes: 13 additions & 1 deletion .github/workflows/publish-community-operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
community_repo: true
org: k8s-operatorhub
repo: community-operators
secrets:
app-id: ${{vars.GH_APP_ID}}
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

create-pr-redhat-openshift-ecosystem-community-operators-prod:
# if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -20,6 +23,9 @@ jobs:
community_repo: true
org: redhat-openshift-ecosystem
repo: community-operators-prod
secrets:
app-id: ${{vars.GH_APP_ID}}
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

create-pr-redhat-openshift-ecosystem-redhat-marketplace-operators:
# if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -29,6 +35,9 @@ jobs:
community_repo: false
org: redhat-openshift-ecosystem
repo: redhat-marketplace-operators
secrets:
app-id: ${{vars.GH_APP_ID}}
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

create-pr-redhat-openshift-ecosystem-certified-operators:
# if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -37,4 +46,7 @@ jobs:
with:
community_repo: false
org: redhat-openshift-ecosystem
repo: certified-operators
repo: certified-operators
secrets:
app-id: ${{vars.GH_APP_ID}}
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}

0 comments on commit 9c38601

Please sign in to comment.