Skip to content

Commit

Permalink
pr-ci: Try manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
raffenet committed May 23, 2024
1 parent 270fa1f commit 73bd717
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,15 @@ jobs:
with:
name: macos-12-config.log
path: config.log
trigger-gitlab-ci:
alcf-ci:
runs-on: ubuntu-latest
steps:
- uses: eic/trigger-gitlab-ci@v1
- name: polaris
uses: digital-blueprint/[email protected]
with:
url: https://gitlab-ci.alcf.anl.gov
project_id: 123
token: ${{ secrets.ALCF_GITLAB_TOKEN }}
ref_name: main
variables: |
GITHUB_REPOSITORYURL: ${{ github.repositoryUrl }}
GITHUB_SHA: ${{ github.sha }}
GITHUB_HEAD_REF: ${{ github.head_ref }}
host: 'gitlab-ci.alcf.anl.gov'
trigger_token: ${{ secrets.ALCF_GITLAB_TRIGGER_TOKEN }}
access_token: ${{ secrets.ALCF_GITLAB_ACCESS_TOKEN }}
id: '123'
ref: 'gitlab-ci-test'
variables: '{"EVENT_NAME": "${{ github.event_name }}", "GITHUB_PR_REF": "${{ github.ref }}", "GITHUB_PR_SHA": "${{ github.sha }}", "GITHUB_PR_REPO": "${{ github.repository }}" }'

0 comments on commit 73bd717

Please sign in to comment.