Make WordPress Core

Changeset 51925


Ignore:
Timestamp:
10/20/2021 07:51:00 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Fix syntax for passing secrets to a called workflow.

Follow up to [51923].

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r51924 r51925  
    153153    needs: [ phpcs, jshint ]
    154154    if: ${{ always() }}
    155     with:
     155    secrets:
    156156      SLACK_GHA_SUCCESS_WEBHOOK: ${{ secrets.SLACK_GHA_SUCCESS_WEBHOOK }}
    157157      SLACK_GHA_CANCELLED_WEBHOOK: ${{ secrets.SLACK_GHA_CANCELLED_WEBHOOK }}
Note: See TracChangeset for help on using the changeset viewer.