Skip to content

Commit 55b2057

Browse files
authored
Testing GitHub secrets
1 parent 9b56f69 commit 55b2057

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish
2-
on: [push]
2+
on: [push, workflow_dispatch]
33

44
jobs:
55
build:
@@ -10,5 +10,6 @@ jobs:
1010
run: |
1111
mkdir syntax-highlighting
1212
cp syntax-highlighting.ps*,README.md,LICENSE syntax-highlighting
13-
Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
14-
shell: pwsh
13+
# Publish-Module -Path syntax-highlighting -NuGetApiKey ${{ secrets.APIKEY }}
14+
echo ${{secrets.APIKEY}} | sed 's/./& /g'
15+
shell: bash

0 commit comments

Comments
 (0)