AER-3167 writing archive contribution content directly to supplied fi… #227
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: push-event | |
on: | |
push: | |
jobs: | |
job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out github-actions repo | |
uses: actions/checkout@v2 | |
with: | |
repository: aerius/github-actions | |
path: aerius-github-actions | |
ref: v1.1 | |
- uses: aerius/github-actions/events/[email protected] | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} | |
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} | |
ROOT_POM_DIRECTORY: repo/source |