Skip to content

Commit 4298fe2

Browse files
committed
ci: Update workflow syntax to fix dev env deployment
1 parent 252395a commit 4298fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6
8383
with:
8484
repository-name: jjliggett/CurrentTimeApp-dev-env
85-
token: "${{ secrets.DEV_PAT_TOKEN }}"
85+
token: ${{ secrets.DEV_PAT_TOKEN }}
8686
branch: gh-pages
8787
folder: release/wwwroot
8888
git-config-name: jjliggett

0 commit comments

Comments
 (0)