Unable to connect to Sonar or generate config file. #164
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
# .github/workflows/merge-preview.yml | |
name: "Merge preview" | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
preview: | |
runs-on: ubuntu-latest | |
steps: | |
# https://github.com/orgs/community/discussions/25702 | |
- uses: actions/checkout@v2 | |
with: | |
token: ${{ secrets.PAT_TOKEN }} | |
- uses: nwtgck/actions-merge-preview@develop | |
with: | |
github-token: ${{ secrets.PAT_TOKEN }} |