From 9faf9ae5b5ddcbb09d636d177a5fae1f9b25b79b Mon Sep 17 00:00:00 2001 From: Ken Lauer Date: Wed, 26 Jul 2023 14:12:56 -0700 Subject: [PATCH 1/2] FIX: inherit secrets --- {{ cookiecutter.folder_name }}/.github/workflows/standard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/{{ cookiecutter.folder_name }}/.github/workflows/standard.yml b/{{ cookiecutter.folder_name }}/.github/workflows/standard.yml index 2ac463a..ea9cdad 100644 --- a/{{ cookiecutter.folder_name }}/.github/workflows/standard.yml +++ b/{{ cookiecutter.folder_name }}/.github/workflows/standard.yml @@ -10,6 +10,7 @@ on: jobs: standard: uses: pcdshub/pcds-ci-helpers/.github/workflows/python-standard.yml@master + secrets: inherit with: # The workflow needs to know the package name. This can be determined # automatically if the repository name is the same as the import name. From 6d016967c7bd48ace85ea25f8450d0412baf1d8f Mon Sep 17 00:00:00 2001 From: Ken Lauer Date: Wed, 26 Jul 2023 14:14:20 -0700 Subject: [PATCH 2/2] DEV: pre-commit autoupdate --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30112ba..86ccddd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.4.0 hooks: - id: no-commit-to-branch - id: trailing-whitespace @@ -18,11 +18,11 @@ repos: - id: debug-statements - repo: https://github.com/pycqa/flake8.git - rev: 3.9.0 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/timothycrosley/isort - rev: 5.8.0 + rev: 5.12.0 hooks: - id: isort