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.
1 parent 87e50ad commit b4e540dCopy full SHA for b4e540d
.github/workflows/release.yml
@@ -54,6 +54,9 @@ jobs:
54
finalize-release:
55
needs: [release-ionic]
56
runs-on: ubuntu-latest
57
+ permissions:
58
+ contents: write
59
+ id-token: write
60
steps:
61
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
62
with:
@@ -82,6 +85,9 @@ jobs:
82
85
# possible for them to push at the same time.
83
86
needs: [finalize-release]
84
87
88
89
90
91
92
93
# Pull the latest version of the reference
0 commit comments