Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ADR-003: Acceptable use of GitHub authentication and authorisation mechanisms

>| | |
>| ------------ | --- |
>| Date | `04/09/2023` |
>| Status | `RFC` |
>| Deciders | `Engineering` |
>| Significance | `Construction techniques` |
>| Owners | `Amaan Ibn-Nasar, Jacob Gill, Dan Stefaniuk` |
> | | |
> | ------------ | -------------------------------------------- |
> | Date | `04/09/2023` |
> | Status | `RFC` |
> | Deciders | `Engineering` |
> | Significance | `Construction techniques` |
> | Owners | `Amaan Ibn-Nasar, Jacob Gill, Dan Stefaniuk` |

---

Expand Down Expand Up @@ -225,7 +225,6 @@ graph LR
### Examples of acquiring access token

- [Bash](./assets/ADR-003/examples/bash/README.md)
- [Golang](./assets/ADR-003/examples/golang/README.md)
- [Node.js TypeScript (Octokit)](./assets/ADR-003/examples/nodejs/README.md) - This is our preferred method for implementing GitHub Apps. It is supported by the Octokit library, which is an official client for the GitHub API.
- [Python](./assets/ADR-003/examples/python/README.md)

Expand Down
32 changes: 0 additions & 32 deletions docs/adr/assets/ADR-003/examples/golang/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/adr/assets/ADR-003/examples/golang/go.mod

This file was deleted.

12 changes: 0 additions & 12 deletions docs/adr/assets/ADR-003/examples/golang/go.sum

This file was deleted.

88 changes: 0 additions & 88 deletions docs/adr/assets/ADR-003/examples/golang/main.go

This file was deleted.

Loading