Description:
We have a stale workflow: https://github.com/jhipster/generator-jhipster/blob/main/.github/workflows/stale.yml
At first run it successfully generates a cache entry.
After that, the cache is never updated and is reused, so cached entries are never analyzed again.
See builds 599-605 at https://github.com/jhipster/generator-jhipster/actions/workflows/stale.yml
See 2 consecutive days have same cached issue numbers:
https://github.com/jhipster/generator-jhipster/actions/runs/7689412024/job/20951825772
https://github.com/jhipster/generator-jhipster/actions/runs/7682085625/job/20936000418
The error reported is:
Warning: Error delete _state: [403] Resource not accessible by integration
Are we missing a configuration? A permission maybe? There is no info in the docs.
Action version:
v9
Platform:
Runner type:
Repro steps:
Links above.
Expected behavior:
A new cache should be written at every run.
Actual behavior:
New cache are not been overridden
Description:
We have a stale workflow: https://github.com/jhipster/generator-jhipster/blob/main/.github/workflows/stale.yml
At first run it successfully generates a cache entry.
After that, the cache is never updated and is reused, so cached entries are never analyzed again.
See builds 599-605 at https://github.com/jhipster/generator-jhipster/actions/workflows/stale.yml
See 2 consecutive days have same cached issue numbers:
https://github.com/jhipster/generator-jhipster/actions/runs/7689412024/job/20951825772
https://github.com/jhipster/generator-jhipster/actions/runs/7682085625/job/20936000418
The error reported is:
Warning: Error delete _state: [403] Resource not accessible by integration
Are we missing a configuration? A permission maybe? There is no info in the docs.
Action version:
v9
Platform:
Runner type:
Repro steps:
Links above.
Expected behavior:
A new cache should be written at every run.
Actual behavior:
New cache are not been overridden