You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging #187, I'm getting the following error with the developer workflow:
Run actions/deploy-pages@v1
Error: Error message: Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable
at Function. (/home/runner/work/_actions/actions/deploy-pages/v1/webpack:/deploy-pages/node_modules/@actions/core/lib/oidc-utils.js:71:1)
at Generator.next ()
at /home/runner/work/_actions/actions/deploy-pages/v1/webpack:/deploy-pages/node_modules/@actions/core/lib/oidc-utils.js:8:1
at new Promise ()
at webpack_modules.8041.__awaiter (/home/runner/work/_actions/actions/deploy-pages/v1/webpack:/deploy-pages/node_modules/@actions/core/lib/oidc-utils.js:4:1)
at Function.getIDToken (/home/runner/work/_actions/actions/deploy-pages/v1/webpack:/deploy-pages/node_modules/@actions/core/lib/oidc-utils.js:57:1)
at Object. (/home/runner/work/_actions/actions/deploy-pages/v1/webpack:/deploy-pages/node_modules/@actions/core/lib/core.js:315:1)
at Generator.next ()
at /home/runner/work/_actions/actions/deploy-pages/v1/webpack:/deploy-pages/node_modules/@actions/core/lib/core.js:27:1
at new Promise ()
Error: Ensure GITHUB_TOKEN has permission "id-token: write".
The text was updated successfully, but these errors were encountered:
Maybe. I need to work on that some more tomorrow. YOu can just comment out
the part of the developer.yml workflow that is causing trouble in your
branch, and proceed with your work while I figure it out...
Ed
OK, the problem was that I was running the documentation update in the developer workflow, which runs for PRs and pushes.
We don't want the documentation updated for PRs, just pushes. That is happening now. I am still experimenting with it, but I think this issue is resolved.
After merging #187, I'm getting the following error with the developer workflow:
The text was updated successfully, but these errors were encountered: