Act: ACTIONS_RUNTIME_URL, ACTIONS_RUNTIME_TOKEN and ACTIONS_CACHE_URL environment variables are missing.

Created on 3 Aug 2020  路  3Comments  路  Source: nektos/act

Github actions have undocumented environment variables named ACTIONS_RUNTIME_URL, ACTIONS_RUNTIME_TOKEN and ACTIONS_CACHE_URL. The actions/cache action relies on this to create the url to interact with for storing caches.
https://github.com/actions/toolkit/blob/1cc56db0ff126f4d65aeb83798852e02a2c180c3/packages/cache/src/internal/cacheHttpClient.ts#L33-L47

They all get populated over here

This is the cause of #285, #169 is linked.

metstale

Most helpful comment

The issue is still persistent afaik.

All 3 comments

Issue is stale and will be closed in 7 days unless there is new activity

The issue is still persistent afaik.

Any news about this problem? Came here from #285

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kenorb picture kenorb  路  5Comments

TobiasBales picture TobiasBales  路  6Comments

helaili picture helaili  路  4Comments

aaronmeder picture aaronmeder  路  4Comments

jclem picture jclem  路  6Comments