Using GitHub API with Personal Access Token
Create a personal access token first. Add to .bashrc or .zshrc if necessary. Get User Info Check if branch exists Get commit SHA for a branch
Create a personal access token first. Add to .bashrc or .zshrc if necessary. Get User Info Check if branch exists Get commit SHA for a branch
See: Basic Slack app setup See Your Created Apps to get bot token Initial Setup Get Channel Info A conversation object contains information about a channel-like thing in Slack. It might be a public channel, a private channel, a direct message, or a multi-person direct message. See: https://api.slack.com/types/conversation Need to add some permission to list …
Enterprise CI/CD on AWS: a pragmatic approach
Summary GitHub Actions uses YAML syntax to define the events, jobs, and steps. These YAML files are stored in your code repository, in a directory called .github/workflows. GitHub events (e.g. push, pull request) occur, at a scheduled time, manually, or when events outside of GitHub occur. The .github/workflows directory in your repository is searched for workflow files …
Template userdata script for setting up Amazon Machine Images (AMI)