Skip to content

Commit

Permalink
production
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Dec 21, 2023
1 parent 9e976b3 commit a7b9237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ permissions:

env:
JOB_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
SLACK_CHANNEL: "#apm-server-test-release"
PROJECT_OWNER: 'v1v' # for testing purposes
BASE_BRANCH: feature/automate-release-process # for testing purposes
SLACK_CHANNEL: "#apm-server"

jobs:
prepare:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ permissions:
contents: read

env:
SLACK_CHANNEL: "#apm-server-test-release"
JOB_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
SLACK_CHANNEL: "#apm-server"

jobs:
prepare:
Expand Down

0 comments on commit a7b9237

Please sign in to comment.