Skip to content

Commit

Permalink
Update auto-cl-update-atd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Sep 27, 2024
1 parent 46c301a commit f607787
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-cl-update-atd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Auto CL update

on:
workflow_dispatch:

push:
branches:
- master
Expand Down Expand Up @@ -29,12 +31,12 @@ jobs:
python-version: '3.x'

- name: Install requirements
run: pip install requests pyyaml
run: pip install aiohttp pyyaml

- name: Run post-merge script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python Tools/ADT/auto_cl.py "${{ env.GITHUB_TOKEN }}" "${{ github.repository }}"
run: python Tools/ADT/auto_cl.py "${{ secrets.PAT_CL_TOKEN }}" "${{ github.repository }}"

- name: Configure Git
run: |
Expand Down

0 comments on commit f607787

Please sign in to comment.