diff --git a/.github/workflows/codex-pr-review.yml b/.github/workflows/codex-pr-review.yml index 284ceca..bd7fa7c 100644 --- a/.github/workflows/codex-pr-review.yml +++ b/.github/workflows/codex-pr-review.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + issues: write pull-requests: write outputs: final_message: ${{ steps.run_codex.outputs.final-message }} diff --git a/src/app/components/sections/Skills.tsx b/src/app/components/sections/Skills.tsx index 8219214..b23b7a8 100644 --- a/src/app/components/sections/Skills.tsx +++ b/src/app/components/sections/Skills.tsx @@ -109,10 +109,10 @@ const skillItems: { quote: ReactNode; name: string }[] = [ src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/postgresql/postgresql-original.svg" width={40} height={40} - alt="PostreSQL" + alt="PostgreSQL" /> ), - name: "PostreSQL", + name: "PostgreSQL", }, { quote: ( @@ -131,10 +131,10 @@ const skillItems: { quote: ReactNode; name: string }[] = [ src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/mysql/mysql-original-wordmark.svg" width={40} height={40} - alt="MongoDB" + alt="MySQL" /> ), - name: "MongoDB", + name: "MySQL", }, { quote: (