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 ef821a7 commit eec67e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
GH_REF_NAME: vX.Y.Z
BRANCH_NAME_BASE: ${{ github.actor }}/datadog-operator
ACTIONS_RUNNER_DEBUG: true
permissions:
pull-requests: write
steps:
- name: setup env
run: |
Expand Down Expand Up @@ -61,7 +59,7 @@ jobs:
- name: create PR
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GH_ROBOT_TOKEN}}
run: |
message="operator datadog-operator ($VERSION)"
body="operator datadog-operator ($VERSION)"
Expand Down

0 comments on commit eec67e9

Please sign in to comment.