Skip to content

Commit

Permalink
Update CI workflow to use GH_PAT environment variable
Browse files Browse the repository at this point in the history
- Changed the environment variable name from GITHUB_PAT to GH_PAT in the CI workflow configuration for consistency with recent updates across the project.
  • Loading branch information
aliirz committed Jan 8, 2025
1 parent 193b9ee commit ceb0044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Build
run: npm run build
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
GH_PAT: ${{ secrets.GH_PAT }}
AIRTABLE_PAT: ${{ secrets.AIRTABLE_PAT }}
AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}

0 comments on commit ceb0044

Please sign in to comment.