oltdaniel pushed to main at oltdaniel/caddy-custom 2026年07月04日 14:41:15 +02:00
2d8c618426
fix(ci): catch errors when no changes exsit to commit
oltdaniel pushed to main at oltdaniel/caddy-custom 2026年07月04日 14:39:02 +02:00
aaddb52ed0
Merge pull request #2 from oltdaniel/auto-update
03d5acebf7 chore(auto-update): pin bumps (daily)
Compare 2 commits »
oltdaniel pushed to main at oltdaniel/caddy-custom 2026年07月04日 14:38:31 +02:00
abe2df3814
fix(ci): catch errors when no changes exsit to commit
oltdaniel opened issue forgejo/forgejo#12595 2026年05月16日 14:38:43 +02:00
problem: "Delete package" only deletes a single package version
oltdaniel pushed to main at oltdaniel/caddy-custom 2026年05月15日 20:36:06 +02:00
00a416aa98
fix: use correct forgejo server urls
oltdaniel pushed to main at oltdaniel/caddy-custom 2026年05月14日 11:10:19 +02:00
aaecc8fac7
refactor: simpler config, auto-detect instance url and repo
7a42109087
fix: always use RELEASE_TOKEN for forgejo based workflows
Compare 2 commits »
oltdaniel commented on issue forgejo/forgejo#1712 2025年10月18日 17:00:36 +02:00
[FEAT] personal access token pro organisation or repository

@mfenniak wrote in forgejo/forgejo#1712 (comment):

@oltdaniel wrote in #1712 (comment):

Adding new fields to the access token database model...

oltdaniel commented on issue forgejo/discussions#383 2025年10月18日 13:40:45 +02:00
Personal access token per organisation or repository - DB structure

I just wanted to chime in on this discussion (which I haven't looked at before giving this feature a go myself). forgejo/forgejo#1712 (comment)

I think...

oltdaniel commented on issue forgejo/forgejo#1712 2025年10月18日 13:34:36 +02:00
[FEAT] personal access token pro organisation or repository

So I just started to build this feature and explored different options on how to store the limits to certain repos and organizations. Right now, I've come up with the solution of just adding them...