Skip to content

Commit

Permalink
Updated master workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed May 16, 2023
1 parent f34cc99 commit 679efa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Debian Package Build

on:
pull_request:
branches:
- master
push:
branches:
- master
Expand Down Expand Up @@ -79,7 +77,7 @@ jobs:
# Optional, repo-specific build environment variables
additional_env: |
DATA="${{ secrets.DATA }}"
TLS_KEY="${{ secrets.TLS_KEY }}"
TLS_KEY="${{ secrets.CERT_PRIVATE_KEY }}"
PYTHON_PACKAGE_VERSION="${{ steps.version.outputs.tag_latest_ltrimv }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deb-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# Optional, repo-specific build environment variables
additional_env: |
DATA="${{ secrets.DATA }}"
TLS_KEY="${{ secrets.TLS_KEY }}"
TLS_KEY="${{ secrets.CERT_PRIVATE_KEY }}"
PYTHON_PACKAGE_VERSION="${{ steps.version.outputs.tag_latest_ltrimv }}"
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deb-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: sudo chmod -R ugo+rwX .git

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
commit-message: "${{ env.COMMIT_MESSAGE_PREFIX }} v${{ steps.bump_changelog.outputs.version }}"
branch: bump-changelog
Expand Down

0 comments on commit 679efa4

Please sign in to comment.