0.6.16 • Published 19 days ago

@backstage/plugin-github-actions v0.6.16

Weekly downloads
3,320
License
Apache-2.0
Repository
github
Last release
19 days ago

GitHub Actions Plugin

Website: https://github.com/actions

Screenshots

TBD

Setup

Generic Requirements

  1. Provide OAuth credentials:
    1. Create an OAuth App with callback URL set to http://localhost:7000/api/auth/github.
    2. Take Client ID and Client Secret from the newly created app's settings page and put them into AUTH_GITHUB_CLIENT_ID and AUTH_GITHUB_CLIENT_SECRET env variables.
  2. Annotate your component with a correct GitHub Actions repository and owner:

    The annotation key is github.com/project-slug.

    Example:

    apiVersion: backstage.io/v1alpha1
    kind: Component
    metadata:
      name: backstage
      description: backstage.io
      annotations:
        github.com/project-slug: 'spotify/backstage'
    
    spec:
      type: website
      lifecycle: production
      owner: guest

Standalone app requirements

If you didn't clone this repo you have to do some extra work.

  1. Add plugin API to your Backstage instance:
yarn add @backstage/plugin-github-actions
// packages/app/src/api.ts
import { ApiRegistry } from '@backstage/core';
import { GithubActionsClient, githubActionsApiRef } from '@backstage/plugin-github-actions';

const builder = ApiRegistry.builder();
builder.add(githubActionsApiRef, new GithubActionsClient());

export default builder.build() as ApiHolder;
  1. Add plugin itself:
// packages/app/src/plugins.ts
export { plugin as GithubActions } from '@backstage/plugin-github-actions';
  1. Run the app with yarn start and the backend with yarn --cwd packages/backend start, navigate to /github-actions/.

Features

  • List workflow runs for a project
  • Dive into one run to see a job steps
  • Retry runs
  • Pagination for runs

Limitations

  • There is a limit of 100 apps for one OAuth client/token pair
0.6.16

21 days ago

0.6.15

24 days ago

0.6.15-next.1

1 month ago

0.6.15-next.0

1 month ago

0.6.14

1 month ago

0.6.13

2 months ago

0.6.12

2 months ago

0.6.12-next.2

2 months ago

0.6.12-next.1

2 months ago

0.6.12-next.0

2 months ago

0.6.11

3 months ago

0.6.11-next.3

3 months ago

0.6.11-next.2

3 months ago

0.6.11-next.1

3 months ago

0.6.11-next.0

4 months ago

0.6.10

4 months ago

0.6.10-next.2

4 months ago

0.6.10-next.1

4 months ago

0.6.10-next.0

5 months ago

0.6.9

5 months ago

0.6.9-next.3

5 months ago

0.6.9-next.2

5 months ago

0.6.9-next.1

5 months ago

0.6.1-next.1

10 months ago

0.6.1-next.2

10 months ago

0.6.5-next.3

8 months ago

0.6.5-next.2

8 months ago

0.6.5-next.1

9 months ago

0.6.6-next.0

8 months ago

0.6.6-next.1

7 months ago

0.6.6-next.2

7 months ago

0.6.7

6 months ago

0.6.6

7 months ago

0.6.8

6 months ago

0.6.2-next.2

9 months ago

0.6.4-next.0

9 months ago

0.6.3

9 months ago

0.6.2-next.1

9 months ago

0.6.2

9 months ago

0.6.2-next.0

10 months ago

0.6.5

8 months ago

0.6.4

9 months ago

0.6.1

10 months ago

0.6.9-next.0

6 months ago

0.6.7-next.0

7 months ago

0.6.7-next.2

6 months ago

0.6.7-next.1

6 months ago

0.6.1-next.0

11 months ago

0.6.0

11 months ago

0.6.0-next.3

11 months ago

0.6.0-next.2

11 months ago

0.5.18

12 months ago

0.6.0-next.1

12 months ago

0.6.0-next.0

12 months ago

0.5.18-next.2

1 year ago

0.5.18-next.1

1 year ago

0.5.17

1 year ago

0.5.17-next.3

1 year ago

0.5.18-next.0

1 year ago

0.5.16-next.2

1 year ago

0.5.16-next.1

1 year ago

0.5.16-next.0

1 year ago

0.5.16

1 year ago

0.5.15

1 year ago

0.5.17-next.0

1 year ago

0.5.17-next.1

1 year ago

0.5.17-next.2

1 year ago

0.5.15-next.2

1 year ago

0.5.15-next.1

1 year ago

0.5.15-next.0

1 year ago

0.5.14

1 year ago

0.5.14-next.1

1 year ago

0.5.14-next.2

1 year ago

0.5.12-next.4

1 year ago

0.5.10

2 years ago

0.5.11

1 year ago

0.5.12-next.2

1 year ago

0.5.12-next.3

1 year ago

0.5.12-next.0

1 year ago

0.5.12-next.1

1 year ago

0.5.12

1 year ago

0.5.13

1 year ago

0.5.11-next.1

2 years ago

0.5.11-next.0

2 years ago

0.5.14-next.0

1 year ago

0.5.10-next.1

2 years ago

0.5.10-next.0

2 years ago

0.5.10-next.2

2 years ago

0.5.9-next.0

2 years ago

0.5.9-next.1

2 years ago

0.5.9-next.2

2 years ago

0.5.9-next.3

2 years ago

0.5.9

2 years ago

0.5.6

2 years ago

0.5.6-next.1

2 years ago

0.5.6-next.0

2 years ago

0.5.7-next.0

2 years ago

0.5.7-next.1

2 years ago

0.5.7-next.2

2 years ago

0.5.7-next.3

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.8-next.0

2 years ago

0.5.8-next.1

2 years ago

0.5.5-next.1

2 years ago

0.5.5-next.0

2 years ago

0.5.5-next.2

2 years ago

0.5.5

2 years ago

0.5.2-next.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.4-next.1

2 years ago

0.5.4-next.2

2 years ago

0.5.4-next.0

2 years ago

0.5.1

2 years ago

0.4.31

2 years ago

0.4.32

2 years ago

0.4.30

2 years ago

0.4.35

2 years ago

0.4.36

2 years ago

0.4.33

2 years ago

0.4.34

2 years ago

0.4.28

2 years ago

0.4.29

2 years ago

0.4.26

2 years ago

0.4.27

2 years ago

0.4.34-next.0

2 years ago

0.5.0

2 years ago

0.4.32-next.0

2 years ago

0.4.35-next.0

2 years ago

0.4.24

2 years ago

0.4.25

2 years ago

0.4.23

2 years ago

0.4.21

3 years ago

0.4.22

3 years ago

0.4.20

3 years ago

0.4.19

3 years ago

0.4.18

3 years ago

0.4.17

3 years ago

0.4.16

3 years ago

0.4.15

3 years ago

0.4.14

3 years ago

0.4.13

3 years ago

0.4.12

3 years ago

0.4.11

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.1-alpha.26

4 years ago

0.1.1-alpha.25

4 years ago

0.1.1-alpha.24

4 years ago

0.1.1-alpha.23

4 years ago

0.1.1-alpha.22

4 years ago

0.1.1-alpha.21

4 years ago

0.1.1-alpha.20

4 years ago

0.1.1-alpha.19

4 years ago

0.1.1-alpha.18

4 years ago

0.1.1-alpha.17

4 years ago

0.1.1-alpha.16

4 years ago

0.1.1-alpha.15

4 years ago

0.1.1-alpha.14

4 years ago

0.1.1-alpha.13

4 years ago

0.1.1-alpha.12

4 years ago