Skip to content

Commit

Permalink
Use PAT instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Spenhouet committed Jun 13, 2023
1 parent 94adfba commit d2aa930
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -48,7 +45,7 @@ jobs:

- name: Build Application
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ALCHEMY_ETHEREUM: ${{ secrets.ALCHEMY_ETHEREUM }}
ALCHEMY_POLYGON: ${{ secrets.ALCHEMY_POLYGON }}
ALCHEMY_SOLANA: ${{ secrets.ALCHEMY_SOLANA }}
Expand Down

0 comments on commit d2aa930

Please sign in to comment.