We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252395a commit 4298fe2Copy full SHA for 4298fe2
.github/workflows/actions.yaml
@@ -82,7 +82,7 @@ jobs:
82
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6
83
with:
84
repository-name: jjliggett/CurrentTimeApp-dev-env
85
- token: "${{ secrets.DEV_PAT_TOKEN }}"
+ token: ${{ secrets.DEV_PAT_TOKEN }}
86
branch: gh-pages
87
folder: release/wwwroot
88
git-config-name: jjliggett
0 commit comments