awsctx 0.2.2

Context Manager for AWS Profiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: release-drafter

on:
  workflow_run:
    workflows:
      - lint
    branches:
      - main
    types:
      - completed
jobs:
  update_release_draft:
    runs-on: ubuntu-latest
    steps:
      - uses: release-drafter/release-drafter@v5
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}