Skip to content

Merge pull request #7 from SerhatG/actions #11

Merge pull request #7 from SerhatG/actions

Merge pull request #7 from SerhatG/actions #11

Workflow file for this run

name: push-event
on:
push:
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Init the github-actions repo
uses: aerius/github-actions/init@v1.1
- uses: ./aerius-github-actions/events/push-event-action
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} // left out for now