feat(atomic,insight): update locales.json and insights.html to support viewed by customer #563
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Delete PR artifact on merge' | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
delete: | |
environment: PR Artifacts | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | |
- uses: ./.github/actions/publish-pr-review-site | |
with: | |
token: ${{ secrets.GH_PUBLISH_TOKEN }} |