File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 deploy :
1616 if : ${{ github.repository == 'primer/css' }}
17- uses : primer/.github/.github/workflows/deploy_preview.yml@v2.2.0
17+ uses : primer/.github/.github/workflows/deploy_preview.yml@v2.2.1
1818 name : Deploy preview
1919 secrets :
2020 gh_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3939 if : ${{ github.repository == 'primer/css' }}
4040 name : Production
4141 needs : [guard]
42- uses : primer/.github/.github/workflows/deploy.yml@v2.2.0
42+ uses : primer/.github/.github/workflows/deploy.yml@v2.2.1
4343 secrets :
4444 gh_token : ${{ secrets.GITHUB_TOKEN }}
4545 with :
Original file line number Diff line number Diff line change 1818jobs :
1919 release-canary :
2020 name : Canary
21- uses : primer/.github/.github/workflows/release_canary.yml@v2.2.0
21+ uses : primer/.github/.github/workflows/release_canary.yml@v2.2.1
2222 with :
2323 install : npm ci
2424 secrets :
Original file line number Diff line number Diff line change 1414jobs :
1515 release-tracking :
1616 name : Release Tracking
17- uses : primer/.github/.github/workflows/release_tracking.yml@v2.2.0
17+ uses : primer/.github/.github/workflows/release_tracking.yml@v2.2.1
1818 secrets :
1919 datadog_api_key : ${{ secrets.DATADOG_API_KEY }}
You can’t perform that action at this time.
0 commit comments