Skip to content

Commit

Permalink
fix: remove undefined tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 15, 2023
1 parent c2775d0 commit e1b431f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
persist-credentials: false

- uses: ./.github/actions/provision

Expand All @@ -39,8 +36,7 @@ jobs:
uses: cycjimmy/[email protected]
id: semantic
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

with:
extra_plugins: |
@semantic-release/changelog
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function App() {
<ReduxProvider store={store}>
<PersistGate loading={<FullPageLoadingSpinner />} persistor={persistor}>
<HeadProvider />
{/* TODO - this works but investigate importing radixBaseCSS in panda layer config */}
{/* TODO: this works but investigate importing radixBaseCSS in panda layer config */}
<ThemeProvider theme={theme} css={radixBaseCSS}>
<ThemeSwitcherProvider>
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit e1b431f

Please sign in to comment.