Skip to content

Commit

Permalink
Move config to "with" section
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Aug 6, 2024
1 parent 9ecbcf2 commit 341df34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
publish:
if: ${{ github.repository_owner == 'dart-lang' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
ignore-packages: pkgs/cupertino_http/,pkgs/cronet_http/,pkgs/ok_http/
permissions:
id-token: write # Required for authentication using OIDC
pull-requests: write # Required for writing the pull request note
ignore-packages: pkgs/cupertino_http/,pkgs/cronet_http/,pkgs/ok_http/
5 changes: 3 additions & 2 deletions .github/workflows/publish_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
publish:
if: ${{ github.repository_owner == 'dart-lang' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
use-flutter: true
ignore-packages: pkgs/http/,pkgs/http_profile/,pkgs/web_socket/,
permissions:
id-token: write # Required for authentication using OIDC
pull-requests: write # Required for writing the pull request note
use-flutter: true
ignore-packages: pkgs/http/,pkgs/http_profile/,pkgs/web_socket/,

0 comments on commit 341df34

Please sign in to comment.