We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9fe0d commit edc3fadCopy full SHA for edc3fad
.github/workflows/build-and-release.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: layer5io/academy-build@v0.1.3
43
with:
44
orgId: ${{ github.event.inputs.orgId || secrets.ACADEMY_ORG_ID }}
45
- token: ${{ github.event.inputs.token || secrets.ACADEMY_TOKEN }}
+ token: ${{ github.event.inputs.token || secrets.PROVIDER_TOKEN }}
46
version: ${{ github.event.inputs.version != '' && github.event.inputs.version || github.ref_name }}
47
48
- name: Show response
0 commit comments