Skip to content

Commit 8b133fb

Browse files
committed
👷 Fix publishable workflow with the credential
1 parent af12849 commit 8b133fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: k-paxian/dart-package-publisher@master
2121
with:
22-
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
22+
credentialJson: 'MockCredentialJson'
2323
flutter: true
2424
dryRunOnly: true

0 commit comments

Comments
 (0)