Skip to content

Commit

Permalink
allow all permissions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya committed Dec 16, 2024
1 parent cfe85ed commit e0c9b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
types:
- opened
- synchronize
permissions:
id-token: write
contents: read
permissions: write-all
jobs:
test:
uses: ./.github/workflows/test.yml
Expand Down Expand Up @@ -105,5 +103,3 @@ jobs:
share-preview-url:
needs: [full-stack]
uses: ./.github/workflows/share-preview-url.yml
with:
ref_name: ${{ github.ref_name }}
1 change: 0 additions & 1 deletion .github/workflows/share-preview-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
required: true
default: 'main'
workflow_call:
permissions: write-all
jobs:
comment-on-pr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0c9b83

Please sign in to comment.