Skip to content

Commit b6e1282

Browse files
mardotiosean-mckenna
authored andcommitted
(maint) Remove PAT from deploy worflow (#592)
The existing PAT was no longer valid which was causing the deploy action to fail. Instead of creating a new PAT, I removed the token from the deploy action since the default value is the token scoped to the current repo.
1 parent b63c8c6 commit b6e1282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ jobs:
4040
- name: Deploy to GitHub Pages
4141
uses: JamesIves/github-pages-deploy-action@v4
4242
with:
43-
token: ${{ secrets.ACCESS_TOKEN }}
4443
branch: gh-pages
4544
folder: packages/design-system-website/dist

0 commit comments

Comments
 (0)