Skip to content

Commit

Permalink
First commit for RTM 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Aug 9, 2024
1 parent 4b6bba1 commit bf2e32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-run-ci-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:schedule_run_ci') }}
uses: ./.github/workflows/build.yml
secrets:
MY_APP_ID: ${{ secrets.MY_APP_ID }}
MY_APP_ID: ${{ secrets.APP_ID_RTM }}

2 changes: 1 addition & 1 deletion .github/workflows/schedule-run-ci-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
if: ${{ needs.check_permission.outputs.is_schedule_run_ci == 1 }}
uses: ./.github/workflows/build.yml
secrets:
APP_ID_RTM: ${{ secrets.APP_ID_RTM }}
MY_APP_ID: ${{ secrets.APP_ID_RTM }}

0 comments on commit bf2e32e

Please sign in to comment.