Skip to content

Commit aecd49f

Browse files
authored
Update Medium username in deploy workflow
1 parent 39126c5 commit aecd49f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
GITHUB_USERNAME: ${{ github.repository_owner }}
55
REACT_APP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This is automatically set by Github Actions
66
USE_GITHUB_DATA: "true"
7-
MEDIUM_USERNAME: "saadpasta" # Change this to your medium username
7+
MEDIUM_USERNAME: "felmateos" # Change this to your medium username
88
on:
99
workflow_dispatch:
1010
push:
@@ -35,4 +35,4 @@ jobs:
3535
with:
3636
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This is provided by GitHub.
3737
BRANCH: gh-pages # The branch the action should deploy to.
38-
FOLDER: build # The folder the action should deploy.
38+
FOLDER: build # The folder the action should deploy.

0 commit comments

Comments
 (0)