We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92bef1 commit f35932bCopy full SHA for f35932b
.github/workflows/js-test-and-release.yml
@@ -213,10 +213,6 @@ jobs:
213
needs: [release-check]
214
runs-on: ubuntu-latest
215
if: needs.release-check.outputs.release == 'true'
216
- permissions:
217
- id-token: write
218
- contents: write
219
- pull-requests: write
220
steps:
221
- uses: actions/checkout@v3
222
with:
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [0.0.15] - 2023-11-30
10
+### Fixed
11
+- revert adding permissions in JS release job (we cannot do that in a reusable workflow)
12
+
13
## [0.0.14] - 2023-11-30
14
### Changed
15
- permissions in JS release job
0 commit comments