Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into spatial-multiplexing
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG WANG committed Feb 3, 2025
2 parents 0ca51c3 + 25b6bbb commit 7813c6e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/daily-staging-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ jobs:
runs-on: ubuntu-latest
name: Promote Develop to Staging
steps:
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.ROCPROFILER_COMPUTE_RUNNER_APP_APP_ID }}
private-key: ${{ secrets.ROCPROFILER_COMPUTE_RUNNER_APP_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4
with:
ref: develop
fetch-depth: '0'
token: ${{ steps.generate-token.outputs.token }}

- name: Merge - Fast Forward Only
env:
GITHUB_TOKEN: ${{ secrets.ROCM_CI }}
run: |
git checkout amd-staging
git merge origin/develop --ff-only
Expand Down

0 comments on commit 7813c6e

Please sign in to comment.