Skip to content

Commit 4f49593

Browse files
author
yuval-shlomo-dekel
committed
remove python version
1 parent 160474a commit 4f49593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: release using semantic-release
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
GIT_AUTHOR_NAME: secrets.automation.dev
2828
GIT_AUTHOR_EMAIL: [email protected]
2929
GIT_COMMITTER_NAME: secrets.automation.dev

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9]
16+
python-version: [ 3.9 ]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)