S280: Wave 59 env centralization — 117 raw env::var sites migrated to… #36
This file contains hidden or 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
| # Notify sporePrint to refresh this primal's content on push to main. | |
| # Managed by primalSpring — do not edit manually. | |
| name: Notify sporePrint | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| notify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Dispatch refresh to sporePrint | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ secrets.SPOREPRINT_DISPATCH_TOKEN }} | |
| repository: ecoPrimals/sporePrint | |
| event-type: source-updated | |
| client-payload: '{"source": "${{ github.event.repository.name }}", "sha": "${{ github.sha }}", "type": "primal", "content": "true"}' |