Skip to content

Commit 749e3ff

Browse files
committed
Remove real credentials from pub publish dry run
1 parent 79e0310 commit 749e3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pub_publish_dry_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Publish dry run
1818
uses: k-paxian/dart-package-publisher@v1.6
1919
with:
20-
credentialJson: ${{ secrets.CREDENTIALS }}
20+
credentialJson: 'MockCredentialJson'
2121
dryRunOnly: true

0 commit comments

Comments
 (0)