Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Jan 2, 2024
1 parent eec67e9 commit 5554aaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:

- name: sync fork
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
run: |
gh repo sync DataDog/community-operators --branch release \
git checkout -b $COMMUNITY_BRANCH_NAME
git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
gh repo sync DataDog/community-operators --branch $COMMUNITY_BRANCH_NAME \
--source k8s-operatorhub/community-operators \
--force
Expand Down Expand Up @@ -69,7 +71,7 @@ jobs:
git push -f --set-upstream origin $COMMUNITY_BRANCH_NAME
gh pr create --title "$message" \
--body "$body" \
--repo k8s-operatorhub/community-operators \
--repo DataDog/community-operators \
--base main \
--draft
Expand Down

0 comments on commit 5554aaa

Please sign in to comment.