Skip to content

Commit 435fa4d

Browse files
committed
Update url
1 parent 56babe2 commit 435fa4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release_canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
required: false
1717
default: false
1818
secrets:
19-
gh_token:
19+
gh_token:
2020
required: true
2121
npm_token:
2222
required: true
@@ -80,4 +80,4 @@ jobs:
8080
description: package.version,
8181
target_url: `https://unpkg.com/${package.name}@${package.version}/`
8282
})
83-
- uses: ./.github/actions/upload-versions
83+
- uses: primer/.github/.github/actions/upload-versions

.github/workflows/release_candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: false
2121
default: false
2222
secrets:
23-
gh_token:
23+
gh_token:
2424
required: true
2525
npm_token:
2626
required: true
@@ -83,4 +83,4 @@ jobs:
8383
description: package.version,
8484
target_url: `https://unpkg.com/${package.name}@${package.version}/`
8585
})
86-
- uses: ./.github/actions/upload-versions
86+
- uses: primer/.github/.github/actions/upload-versions

0 commit comments

Comments
 (0)