Skip to content

Instantly share code, notes, and snippets.

View sefasenturk95's full-sized avatar
🎯
Focusing

Sefa Şentürk sefasenturk95

🎯
Focusing
  • The Netherlands
View GitHub Profile
@sefasenturk95
sefasenturk95 / delete_artifacts.py
Last active October 7, 2021 13:26
Delete artifacts automatically
import json
import urllib.request
import math
access_token = "rqtweyjhg"
org_name = "my-org"
keep_artifacts = 2
def get_all_artifacts(repo_name: str) -> []: