File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- v*.*.*
7
+ permissions :
8
+ id-token : write
7
9
env :
8
10
# THIS GITHUB_TOKEN IS A REQUIREMENT TO BE ABLE TO WRITE TO GH RELEASES
9
11
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -116,8 +118,6 @@ jobs:
116
118
name : Publish package to PyPI
117
119
uses : pypa/gh-action-pypi-publish@release/v1
118
120
with :
119
- user : ${{ env.PYPI_USERNAME }}
120
- password : ${{ env.PYPI_PASSWORD }}
121
121
packages_dir : ${{github.workspace}}/sdk/python/bin/dist
122
122
123
123
- if : ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
@@ -139,3 +139,5 @@ jobs:
139
139
- python
140
140
pythonversion :
141
141
- " 3.9"
142
+ goversion :
143
+ - 1.22.x
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:base"
5
+ ],
6
+ "baseBranches" : [
7
+ " main"
8
+ ],
9
+ "stabilityDays" : 4 ,
10
+ "rebaseWhen" : " behind-base-branch"
11
+ }
You can’t perform that action at this time.
0 commit comments