Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya-legit authored Nov 25, 2024
1 parent 28b14d3 commit e976ba6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ on:
env:
PUBLIC_API_URL: "https://api.roadmap.sh"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT: 'ghp_AbCDeFgHiJKlmNOpQrStUvWxYZ1234567890'
PAT: ${{ secrets.PAT }}
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to GH Pages
- uses: actions/checkout@v2
with:
persist-credentials: false
Expand Down

0 comments on commit e976ba6

Please sign in to comment.