Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update js-api-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano authored Apr 8, 2022
1 parent d09f760 commit 83db6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-api-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
- name: Trigger ADF alpha
shell: bash
if: github.event.schedule == '0 3 * * *'
run: ./scripts/update-project.sh -p ${{ github.run_number }} -t ${{ secrets.GITHUB_TOKEN }} -v alpha
run: ./scripts/update-project.sh -p ${{ github.run_number }} -t ${{ secrets.BOT_GITHUB_TOKEN }} -v alpha

- name: Trigger ADF master
shell: bash
if: github.ref == 'refs/heads/master'
run: ./scripts/update-project.sh -p ${{ github.run_number }} -t ${{ secrets.GITHUB_TOKEN }} -v latest
run: ./scripts/update-project.sh -p ${{ github.run_number }} -t ${{ secrets.BOT_GITHUB_TOKEN }} -v latest

0 comments on commit 83db6f6

Please sign in to comment.