Skip to content

Commit

Permalink
chore(ci): revert back to PAT instead of GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Mar 17, 2024
1 parent 74e41b9 commit 6099d95
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
target-env: ${{ env.APP_ENV }}
target-url: ${{ env.APP_URL }}

permissions:
contents: read
packages: read
repository-projects: read

env:
APP_ENV: ${{ inputs.target }}
APP_URL: ${{ vars.APP_URL }}
Expand All @@ -52,7 +47,7 @@ jobs:
tools: composer:v2
coverage: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}

- name: Setup pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 6099d95

Please sign in to comment.