Skip to content

Commit

Permalink
Merge pull request #1 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
set GHA secrets
  • Loading branch information
ernestguevarra authored Mar 25, 2024
2 parents f8233cd + b7822ec commit c9b2542
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
LAWS_AFRICA_TOKEN: ${{ secrets.LAWS_AFRICA_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
LAWS_AFRICA_TOKEN: ${{ secrets.LAWS_AFRICA_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/OxfordIHTM/africalaws/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/OxfordIHTM/africalaws/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Laws.Africa <https://laws.africa> endeavours to facilitate African governments in offering sustainable, free access to dependable digital laws. It aims to achieve this by ensuring that the laws are easily accessible, user-friendly, educational, and reusable. This initiative seeks to empower citizens with knowledge of their legal rights and obligations while promoting transparency and accountability within the legal system. Laws.Africa offers a content application programming interface (API) to fetch legislative content and metadata. The API is a read-only API for listing and fetching published versions of legislative works. This package interfaces with this API to allow access using R.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/OxfordIHTM/africalaws/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/OxfordIHTM/africalaws/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Laws.Africa <https://laws.africa> endeavours to facilitate African
Expand Down

0 comments on commit c9b2542

Please sign in to comment.