Skip to content

Commit edc3fad

Browse files
authored
Update build-and-release.yml
Signed-off-by: Aabid Sofi <65964225+aabidsofi19@users.noreply.github.com>
1 parent 9c9fe0d commit edc3fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: layer5io/academy-build@v0.1.3
4343
with:
4444
orgId: ${{ github.event.inputs.orgId || secrets.ACADEMY_ORG_ID }}
45-
token: ${{ github.event.inputs.token || secrets.ACADEMY_TOKEN }}
45+
token: ${{ github.event.inputs.token || secrets.PROVIDER_TOKEN }}
4646
version: ${{ github.event.inputs.version != '' && github.event.inputs.version || github.ref_name }}
4747

4848
- name: Show response

0 commit comments

Comments
 (0)