Skip to content

Commit

Permalink
fix dependabot ci (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhajian authored Oct 20, 2023
1 parent 5f30f52 commit 889d42c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
permissions:
checks: write
contents: read
pull-requests: write
runs-on: ubuntu-latest
outputs:
output1: ${{ steps.deploy_firebase_hosting_channel.outputs.details_url }}
Expand All @@ -33,6 +37,10 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASTAR_APPS }}'
projectId: astar-apps
e2etest:
permissions:
checks: write
contents: read
pull-requests: write
timeout-minutes: 60
runs-on: ubuntu-latest
needs: build_and_preview
Expand Down

0 comments on commit 889d42c

Please sign in to comment.