Skip to content

Commit

Permalink
add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos authored Dec 10, 2024
1 parent e1422cc commit cbdd06a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/amplify-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Amplify Preview
on:
pull_request:

permissions:
pull-requests: write
id-token: write

jobs:
amplify-preview:
name: Get and post Amplify preview URL
Expand All @@ -31,3 +27,4 @@ jobs:
with:
app_ids: ${{ vars.AMPLIFY_APP_IDS }}
create_branches: "false"
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cbdd06a

Please sign in to comment.