Skip to content

Commit ecd9fb6

Browse files
authored
Merge pull request #45 from contentstack/workflow-fix
publish-workflow fix 1
2 parents 293b1ca + 436fe9d commit ecd9fb6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
jobs:
1313
publish:
1414
permissions:
15-
id-token: write # Required for authentication using OIDC
15+
id-token: write # Required for OIDC authentication
16+
name: 'Publish to pub.dev'
17+
environment: 'pub.dev'
1618
runs-on: ubuntu-latest
1719
steps:
1820
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)