stocky-oil-75309
06/25/2025, 9:01 AMnode:fs:2368
return binding.writeFileUtf8(
^
Error: EACCES: permission denied, open '/__w/_temp/_runner_file_commands/save_state_3a47ee2c-b0a1-470f-95c0-449f1b687b1b'
at Object.writeFileSync (node:fs:2368:20)
at Object.appendFileSync (node:fs:2449:6)
at Object.issueFileCommand (/__w/_actions/actions/checkout/v4/dist/index.js:3060:8)
at Object.saveState (/__w/_actions/actions/checkout/v4/dist/index.js:2977:31)
at 4866 (/__w/_actions/actions/checkout/v4/dist/index.js:2402:10)
at __nccwpck_require__ (/__w/_actions/actions/checkout/v4/dist/index.js:38194:43)
at 2565 (/__w/_actions/actions/checkout/v4/dist/index.js:150:34)
at __nccwpck_require__ (/__w/_actions/actions/checkout/v4/dist/index.js:38194:43)
at 9210 (/__w/_actions/actions/checkout/v4/dist/index.js:1171:36)
at __nccwpck_require__ (/__w/_actions/actions/checkout/v4/dist/index.js:38194:43) {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/__w/_temp/_runner_file_commands/save_state_3a47ee2c-b0a1-470f-95c0-449f1b687b1b'
}
Node.js v20.19.1
stocky-oil-75309
06/25/2025, 9:07 AMstocky-oil-75309
06/25/2025, 9:09 AMoptions: --user root
fixes it.stocky-oil-75309
06/25/2025, 9:20 AMRun ory update identity-config --file ory/identity-config-staging.json
ory update identity-config --file ory/identity-config-staging.json
shell: sh -e {0}
env:
ORY_PROJECT_ID: ***
ORY_WORKSPACE_ID: ***
ORY_WORKSPACE_API_KEY: ***
The requested action was forbidden
Error: Process completed with exit code 1.
And it doesn't even provide me with a reason why it failed. Why do you provide these instructions if nothing seems to work or am I missing something? https://www.ory.sh/docs/guides/gitops#ory-identities-configuration Yes, the workspace api key is set correctly.steep-lamp-91158
stocky-oil-75309
06/25/2025, 1:29 PMsteep-lamp-91158