Skip to content

Commit

Permalink
chore: update github url
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Oct 31, 2023
1 parent 8474172 commit f08c85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft-slack-bot/minecraftBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports.handler = async (event) => {
const githubToken = JSON.parse(secretData.SecretString).GITHUB_TOKEN;

// Define the GitHub API endpoint URL
const githubApiUrl = 'https://api.github.com/repos/gtempus/minecraft-terraform/actions/workflows/WORKFLOW_NAME.yml/dispatches';
const githubApiUrl = 'https://api.github.com/repos/gtempus/minecraft-terraform/dispatches';
const data = JSON.stringify({
"event_type": "custom_event",
"client_payload": {
Expand Down

0 comments on commit f08c85c

Please sign in to comment.