Skip to content

Commit 06fa164

Browse files
authored
Fix CI
1 parent 3a9bb6d commit 06fa164

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ on:
77

88
jobs:
99
publishing:
10+
permissions:
11+
id-token: write # Required for authentication using OIDC
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Checkout
1315
uses: actions/checkout@v4
1416
- name: Check release validity
1517
run: sh .github/scripts/check-release.sh
1618
- name: Publish
17-
uses: k-paxian/dart-package-publisher@master
18-
with:
19-
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
20-
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
21-
skipTests: true
19+
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)