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 cb9e747 commit 4715216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jobs:

- name: checkout fork
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
with:
repository: DataDog/community-operators
token: $GITHUB_TOKEN

- name: sync fork
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
# env:
# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
git checkout -b $COMMUNITY_BRANCH_NAME
gh repo sync DataDog/community-operators --branch $COMMUNITY_BRANCH_NAME \
Expand Down

0 comments on commit 4715216

Please sign in to comment.