Skip to content

Commit

Permalink
Update push-trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: bn46 <[email protected]>
  • Loading branch information
bn46 authored Oct 23, 2024
1 parent ebacb72 commit 9f74250
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ jobs:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
GITHUB_USER: ${{ github.actor }}
REPOSITORY: ${{ github.repository }}
PR_TITLE: ${{ github.event.pull_request.title || 'N/A' }}
ACTION: ${{ github.event.action || 'N/A' }}
PR_URL: ${{ github.event.pull_request.html_url || github.event.release.html_url || 'N/A' }}
# GPG_USER_MAP_PASSPHRASE: ${{ secrets.GPG_USER_MAP_PASSPHRASE }}
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
# SLACK_CHANNEL_ID: ${{ secrets.GENERAL_CHANNEL_ID }}
PR_URL: ${{ github.event.pull_request.html_url || 'N/A' }}
COMMIT_URL: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
REPO_URL: https://github.com/${{ github.repository }}
JOB_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
MESSAGE_URL: ${{ github.event.pull_request.html_url || github.event.head_commit.url || 'N/A' }}

secrets:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
Expand Down

0 comments on commit 9f74250

Please sign in to comment.