Skip to content

Commit a372285

Browse files
committed
update workflow to add plain text password
1 parent 822cdd8 commit a372285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-artifacts-examples-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
--name github \
134134
--username ${{ github.actor }} \
135135
--password ${{ secrets.GITHUB_TOKEN }}
136+
--store-password-in-clear-text
136137
137138
- name: Publish packages to GitHub Packages
138139
run: |

0 commit comments

Comments
 (0)