Skip to content

Commit

Permalink
Remove real credentials from pub publish dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli committed Sep 1, 2023
1 parent 6d3d1f4 commit d5dd399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pub_publish_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Publish dry run
uses: k-paxian/[email protected]
with:
credentialJson: ${{ secrets.CREDENTIALS }}
credentialJson: 'MockCredentialJson'
dryRunOnly: true

0 comments on commit d5dd399

Please sign in to comment.