We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e9ee3d + 06fa164 commit 93dd62fCopy full SHA for 93dd62f
.github/workflows/publish.yml
@@ -7,15 +7,13 @@ on:
7
8
jobs:
9
publishing:
10
+ permissions:
11
+ id-token: write # Required for authentication using OIDC
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- name: Check release validity
17
run: sh .github/scripts/check-release.sh
18
- name: Publish
- uses: k-paxian/dart-package-publisher@master
- with:
19
- accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
20
- refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
21
- skipTests: true
+ uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
0 commit comments