diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5e5628c..ef78a08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,8 +8,11 @@ on: jobs: publish: + permissions: + contents: read + id-token: write uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 with: # Specify the github actions deployment environment environment: pub.dev - # working-directory: path/to/package/within/repository \ No newline at end of file + # working-directory: path/to/package/within/repository