Skip to content

Commit

Permalink
feat(circleci): updated github workflow action;
Browse files Browse the repository at this point in the history
- Updated action usage.
  • Loading branch information
JVickery-TBS committed Sep 15, 2023
1 parent b54c15f commit 4019cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CircleCI
name: Trigger CircleCI
on: [push, pull_request, workflow_dispatch]
jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- name: Trigger CircleCI Build
id: trigger_circleci_build
uses: circleci/trigger_circleci_pipeline@v1.0
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.0.5
env:
CCI_TOKEN: $
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}

0 comments on commit 4019cc4

Please sign in to comment.