chore: use our custom reusable workflow to avoid manually configuring each publish job

This commit is contained in:
td 2023-10-25 04:17:01 +05:30
parent a66e2d8e26
commit 318134d6f4
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
1 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,6 @@ on:
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@a57a6c04cf7d4840e88432aad6281d1e125f0d46
with:
environment: pub.dev
contents: read
id-token: write
uses: famedly/frontend-ci-templates/.github/workflows/publish-pub.yml@main