We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e0310 commit 749e3ffCopy full SHA for 749e3ff
1 file changed
.github/workflows/pub_publish_dry_run.yml
@@ -17,5 +17,5 @@ jobs:
17
- name: Publish dry run
18
uses: k-paxian/dart-package-publisher@v1.6
19
with:
20
- credentialJson: ${{ secrets.CREDENTIALS }}
+ credentialJson: 'MockCredentialJson'
21
dryRunOnly: true
0 commit comments