File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
14
14
jobs :
15
15
deploy :
16
16
if : ${{ github.repository == 'primer/css' }}
17
- uses : primer/.github/.github/workflows/deploy_preview.yml@v2.1.1
17
+ uses : primer/.github/.github/workflows/deploy_preview.yml@v2.2.0
18
18
name : Deploy preview
19
19
secrets :
20
20
gh_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 39
39
if : ${{ github.repository == 'primer/css' }}
40
40
name : Production
41
41
needs : [guard]
42
- uses : primer/.github/.github/workflows/deploy.yml@v2.1.1
42
+ uses : primer/.github/.github/workflows/deploy.yml@v2.2.0
43
43
secrets :
44
44
gh_token : ${{ secrets.GITHUB_TOKEN }}
45
45
with :
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
release-canary :
20
20
name : Canary
21
- uses : primer/.github/.github/workflows/release_canary.yml@v2.1.1
21
+ uses : primer/.github/.github/workflows/release_canary.yml@v2.2.0
22
22
with :
23
23
install : npm ci
24
24
secrets :
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
release-tracking :
16
16
name : Release Tracking
17
- uses : primer/.github/.github/workflows/release_tracking.yml@v2.1.1
17
+ uses : primer/.github/.github/workflows/release_tracking.yml@v2.2.0
18
18
secrets :
19
19
datadog_api_key : ${{ secrets.DATADOG_API_KEY }}
You can’t perform that action at this time.
0 commit comments