Skip to content

Commit f54717d

Browse files
authored
Merge pull request #122 from IBM/IdanAdar-patch-1
Update packages
2 parents e34e74f + e0aa129 commit f54717d

6 files changed

Lines changed: 34 additions & 22 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- name: Checkout code
1315
uses: actions/checkout@v6

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
1012
steps:
1113
- uses: actions/checkout@v6
14+
with:
15+
token: ${{ secrets.ADMIN_TOKEN }}
1216
- name: Set up Python 3.9
1317
uses: actions/setup-python@v6
1418
with:

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,6 @@ dmypy.json
129129
.pyre/
130130
*.idea
131131
.openapi-generator-ignore
132-
.openapi-generator
132+
.openapi-generator
133+
134+
node_modules

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The IBM Cloud Secrets Manager Python SDK allows developers to programmatically i
2424
| [Secrets Manager](https://cloud.ibm.com/apidocs/secrets-manager) | SecretsManagerV2 |
2525

2626
## Prerequisites
27-
2827
- An [IBM Cloud account](https://cloud.ibm.com/registration).
2928
- A [Secrets Manager service instance](https://cloud.ibm.com/catalog/services/secrets-manager).
3029
- An [IBM Cloud API key](https://cloud.ibm.com/iam/apikeys) that allows the SDK to access your account.

package-lock.json

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"@semantic-release/exec": "^7.1.0",
55
"@semantic-release/git": "^10.0.1",
66
"@semantic-release/github": "^12.0.0",
7-
"@semantic-release/release-notes-generator": "^14.0.3"
7+
"@semantic-release/release-notes-generator": "^14.1.0",
8+
"undici": "^7.24.3"
89
}
910
}
11+
12+

0 commit comments

Comments
 (0)