Skip to content

Commit 1e2b58a

Browse files
committed
fix(gh-actions): 🐛 fix secret name
1 parent 10373e2 commit 1e2b58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-token.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
generate-token:
88
runs-on: ubuntu-latest
99
outputs:
10-
ZDC_TOKEN: ${{ steps.encrypt-token.outputs.encrypt-token }}
10+
ZDC_TOKEN: ${{ steps.encrypt-token.outputs.ZDC_TOKEN }}
1111
steps:
1212
- name: Generate GitHub App Token
1313
uses: actions/create-github-app-token@v1

0 commit comments

Comments
 (0)