Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authenticate user for GitHub CI Actions #1769

86 changes: 0 additions & 86 deletions .github/workflows/globalworkflow-ci.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/globalworkflow-ci_auth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: gw-ci-orion_auth

on:
pull_request:
types: [opened, labeled]
workflow_dispatch:

jobs:
run-ci-orion:
if: github.event.label.name == 'CI-Orion-Dispatch' || github.event_name == 'workflow_dispatch'
uses: TerrenceMcGuinness-NOAA/CI-workflows/.github/workflows/global-workflow_ci_orion.yaml@main
secrets: inherit