You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/actions
ChristopherHX 368743baf3
Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584)
Also resolves a warning for current releases

```
| ##[group]GitHub Actions runtime token ACs
| ##[warning]Cannot parse GitHub Actions Runtime Token ACs: "undefined" is not valid JSON
| ##[endgroup]
====>
| ##[group]GitHub Actions runtime token ACs
| ##[endgroup]
```
\* this is an error in v3

References in the docker org:
-
831ca179d3/src/main.ts (L24)
-
7d8b4dc669/src/github.ts (L61)

No known official action of GitHub makes use of this claim.

Current releases throw an error when configure to use actions cache
```
| ERROR: failed to solve: failed to configure gha cache exporter: invalid token without access controls
| ##[error]buildx failed with: ERROR: failed to solve: failed to configure gha cache exporter: invalid token without access controls
```
11 months ago
..
auth.go Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584) 11 months ago
auth_test.go Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584) 11 months ago
cleanup.go Expire artifacts before deleting them physically (#29241) 12 months ago
clear_tasks.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
commit_status.go Show commit status for releases (#29149) 12 months ago
init.go Move notification interface to services layer (#26915) 1 year ago
job_emitter.go The job should always run when `if` is `always()` (#29464) 11 months ago
job_emitter_test.go The job should always run when `if` is `always()` (#29464) 11 months ago
notifier.go Fix workflow trigger event IssueChangeXXX bug (#29559) 11 months ago
notifier_helper.go Add empty repo check in `DetectAndHandleSchedules` (#29606) 11 months ago
schedule_tasks.go Fix an actions schedule bug (#28942) 1 year ago