Skip to content

Commit

Permalink
Change the name of the secret for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Apr 18, 2024
1 parent f07d97a commit e7829b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
GH_BOT_TOKEN:
description: 'GitHub Bot Token'
required: true
SLACK_PACKAGING_SECRET:
JENKINS_SECRET:
description: 'Jenkins token for packaging requests'
required: true
S3_BUCKET:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Trigger Slack message
if: inputs.slack_channel && inputs.slack_thread
run: |
curl -X GET "https://utility.theeventscalendar.com/slack-message.php?channel=${{ inputs.slack_channel }}&thread=${{ inputs.slack_thread }}&file=${{ env.ZIP_NAME }}.zip&secret=${{ secrets.SLACK_PACKAGING_SECRET }}&url=https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
curl -X GET "https://utility.theeventscalendar.com/slack-message.php?channel=${{ inputs.slack_channel }}&thread=${{ inputs.slack_thread }}&file=${{ env.ZIP_NAME }}.zip&secret=${{ secrets.JENKINS_SECRET }}&url=https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
# ------------------------------------------------------------------------------
# Upload the artifact if it is a workflow dispatch.
Expand Down

0 comments on commit e7829b3

Please sign in to comment.