Skip to content

Merge pull request #37 from Marek128b/documentation #9

Merge pull request #37 from Marek128b/documentation

Merge pull request #37 from Marek128b/documentation #9

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://git.htl-klu.at/da-2024-25-5ahel/funky/HAM-Radio-transceiver-DA"
env:
FOLLOW_TAGS: "false"
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_USERNAME: "Georg Marek (5AHEL)"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} // Generate here: https://gitlab.com/profile/personal_access_tokens

Check failure on line 19 in .github/workflows/mirror.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
GITLAB_PROJECT_ID: "<GitLab project ID>" // https://git.htl-klu.at/da-2024-25-5ahel/funky/HAM-Radio-transceiver-DA
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} // https://docs.github.com/en/actions/reference/authentication-in-a-workflow#about-the-github_token-secret