Skip to content

Update Contact Information - 06122023 #5

Update Contact Information - 06122023

Update Contact Information - 06122023 #5

Workflow file for this run

name: Mirror and run GitLab CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
args: "https://gitlab.com/n8acl/DAPNETNotifier"
env:
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_USERNAME: "svboxel"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITLAB_PROJECT_ID: "37776872"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}