Skip to content

Commit 6051045

Browse files
authored
Update secret references (#38)
New names for publishing action.
1 parent 09ef1af commit 6051045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '[0-9]+.[0-9]+.[0-9]+-[a-z]+[0-9]+'
99

1010
env:
11-
GH_USERNAME: ${{ secrets.MCD_OPEN_SOURCE_REPOSITORY_CI_USERNAME }}
12-
GH_TOKEN: ${{ secrets.MCD_OPEN_SOURCE_REPOSITORY_CI_TOKEN }}
11+
GH_USERNAME: ${{ secrets.REVOLVER_CI_USERNAME }}
12+
GH_TOKEN: ${{ secrets.REVOLVER_REPOSITORY_CI_TOKEN }}
1313

1414
jobs:
1515
publish:

0 commit comments

Comments
 (0)