Skip to content

Commit

Permalink
fix(ops): update github workflow with foresight
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeents committed Nov 30, 2022
1 parent 1894fa5 commit a2341a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
with:
api_key: ${{ secrets.FORESIGHT_TOKEN }}
api_key: ${{ secrets.FORESIGHT_TOKEN }}
- uses: actions/checkout@v3
- name: Test Package
uses: dmeents/maestro/src/github-actions/test-standard@main
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
with:
api_key: ${{ secrets.FORESIGHT_TOKEN }}
api_key: ${{ secrets.FORESIGHT_TOKEN }}
- uses: actions/checkout@v3
- name: Build semantic-release-yarn
uses: dmeents/maestro/src/github-actions/build-standard@main
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
with:
api_key: ${{ secrets.FORESIGHT_TOKEN }}
api_key: ${{ secrets.FORESIGHT_TOKEN }}
- uses: actions/checkout@v3
- name: Get latest code
run: git pull origin main
Expand Down

0 comments on commit a2341a2

Please sign in to comment.