Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Dec 29, 2023
1 parent 6765c7a commit cb9e747
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
app-id: ${{vars.GH_APP_ID}}
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}
repositories: "datadog-operator,community-operators"

- name: checkout fork
uses: actions/checkout@v4
with:
repository: DataDog/community-operators
token: $GITHUB_TOKEN

- name: sync fork
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
Expand All @@ -31,11 +38,6 @@ jobs:
gh repo sync DataDog/community-operators --branch $COMMUNITY_BRANCH_NAME \
--source k8s-operatorhub/community-operators \
--force
- name: checkout fork
uses: actions/checkout@v4
with:
repository: DataDog/community-operators
token: $GITHUB_TOKEN
- name: checkout datadog-operator to tmp/ dir
uses: actions/checkout@v4
Expand Down

0 comments on commit cb9e747

Please sign in to comment.