Skip to content

Commit

Permalink
Re-testing with updated Personal access token
Browse files Browse the repository at this point in the history
Earlier commit I had updated only fine-grained token. But this is needed in server workflow.
Dashboard workflows use personal access tokens.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Aug 14, 2024
1 parent 7e5544a commit 755bf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/fetch_runID.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
For e-mission-server: id = 35580278
'''

# download_url = "https://api.github.com/repos/e-mission/e-mission-server/actions/workflows/35580278/runs"
download_url = "https://api.github.com/repos/MukuFlash03/e-mission-server/actions/workflows/75506902/runs"
# download_url = "https://api.github.com/repos/e-mission/e-mission-server/actions/workflows/35580278/runs"
logging.debug("About to fetch workflow runs present in docker image workflow present in e-mission-server from %s" % download_url)
r = requests.get(download_url)
if r.status_code != 200:
Expand Down

0 comments on commit 755bf01

Please sign in to comment.