Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Nov 22, 2023
1 parent 608a845 commit 686eb7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: sync fork
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.TEMP_GH_SYNC_TOKEN }}
run: |
gh repo sync DataDog/community-operators \
--source k8s-operatorhub/community-operators \
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: DataDog/community-operators
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.TEMP_GH_SYNC_TOKEN }}

- name: checkout datadog-operator to tmp/ dir
uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
cp -R ./tmp/bundle/* operators/datadog-operator/test-version
- name: create PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TEMP_GH_SYNC_TOKEN }}
run: |
message="test PR"
body="test PR"
Expand Down

0 comments on commit 686eb7d

Please sign in to comment.