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 5006453 commit 6765c7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
# outputs:
# version: ${{ steps.set-version.outputs.version }}
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
VERSION: ${${{ github.ref_name }}:1:5} # use version from release branch name
COMMUNITY_BRANCH_NAME: ${{ github.actor }}/datadog-operator-${{ github.ref_name }}
steps:
Expand All @@ -25,8 +24,8 @@ jobs:
private-key: ${{secrets.GH_APP_PRIVATE_KEY}}
repositories: "datadog-operator,community-operators"
- 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 6765c7a

Please sign in to comment.