Skip to content

Commit

Permalink
Update publish workflow for both packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 6, 2023
1 parent 0e1c23f commit d961b38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-af.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
environment: ${{ github.event.pull_request.head.repo.fork && 'external' || 'internal' }}
working-directory: auth0_flutter
3 changes: 3 additions & 0 deletions .github/workflows/publish-afpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
environment: ${{ github.event.pull_request.head.repo.fork && 'external' || 'internal' }}
working-directory: auth0_flutter_platform_interface

0 comments on commit d961b38

Please sign in to comment.