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
We need to review all reusable workflows and what they write into env:. GitHub Actions can have access to the env-variables, so we only should write the required information (like the NODE_TOKEN) into the env:-section.
NODE_OPTIONS: ${{ inputs.NODE_OPTIONS }}NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}NODE_CACHE_MODE: ''GITHUB_USER_EMAIL: ${{ secrets.GITHUB_USER_EMAIL }}GITHUB_USER_NAME: ${{ secrets.GITHUB_USER_NAME }}GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}GITHUB_USER_SSH_PUBLIC_KEY: ${{ secrets.GITHUB_USER_SSH_PUBLIC_KEY }}COMPILE_SCRIPT: ''TAG_NAME: ''# we'll override if the push is for tagTAG_BRANCH_NAME: ''# we'll override if the push is for tagNO_CHANGES: ''# we'll override if no changes to commit
We need to review all reusable workflows and what they write into
env:
. GitHub Actions can have access to the env-variables, so we only should write the required information (like theNODE_TOKEN
) into theenv:
-section._lint-docs.yml
✅ nothing
automatic-release.yml
build-and-push-assets.yml
build-assets-compilation.yml
build-plugin-archive.yml
coding-standards-php.yml
ddev-playwright.yml
lint-php.yml
lint-workflows.yml
✅ nothing
static-analysis-js.yml
static-analysis-php.yml
tests-unit-js.yml
tests-unit-php.yml
wp-scripts-lint.yml
Code of Conduct
The text was updated successfully, but these errors were encountered: