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

- name: checkout fork
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
with:
repository: DataDog/community-operators
token: $GITHUB_TOKEN
token: ${{ secrets.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 baa1fcd

Please sign in to comment.