Skip to content

Commit 35a32a0

Browse files
authored
Merge pull request #17 from philips-software/add-id-token-permissions
Add id token permissions
2 parents b938e8a + 7070746 commit 35a32a0

2 files changed

Lines changed: 3 additions & 20 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
needs: [get-version]
2828
name: Docker build from dockerfile
2929
runs-on: ubuntu-latest
30+
permissions:
31+
packages: write
32+
id-token: write
3033
container: python:3.10
3134
steps:
3235
- name: Checkout code

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +0,0 @@
1-
# Changelog
2-
3-
## [0.1.0](https://github.com/philips-software/SPDXMerge/compare/v0.1.0...v0.1.0) (2023-04-03)
4-
5-
6-
### Bug Fixes
7-
8-
* push on tags ([8cf0f11](https://github.com/philips-software/SPDXMerge/commit/8cf0f1127243a2129d563ad7cc06ace25f87f4a9))
9-
* Update CHANGELOG ([97cc859](https://github.com/philips-software/SPDXMerge/commit/97cc859e7a3d36a08fd5b665097dd28806c8f639))
10-
* update docker image name ([1e71092](https://github.com/philips-software/SPDXMerge/commit/1e71092b372bc0b558836997809e27eb12c07cfb))
11-
12-
13-
### Documentation
14-
15-
* Add CONTRIBUTING and LICENSE ([9f7cd39](https://github.com/philips-software/SPDXMerge/commit/9f7cd39e5327b2857c00d1f1af8804e205507c7f))
16-
17-
18-
### Miscellaneous Chores
19-
20-
* release 0.1.1 ([c75459a](https://github.com/philips-software/SPDXMerge/commit/c75459a0540f1ad479fe66ad8550fa3037b5d498))

0 commit comments

Comments
 (0)