Skip to content

Commit

Permalink
Add URL to yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
asadow committed Nov 29, 2023
1 parent 15ff55e commit bb0d541
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 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 @@ -27,6 +27,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
MEGAMATION_KEY_HTTR2: ${{ secrets.MEGAMATION_KEY_HTTR2 }}
MEGAMATION_URL: ${{ vars.MEGAMATION_URL }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
MEGAMATION_KEY_HTTR2: ${{ secrets.MEGAMATION_KEY_HTTR2 }}
permissions:
contents: write
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 @@ -14,6 +14,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
MEGAMATION_KEY_HTTR2: ${{ secrets.MEGAMATION_KEY_HTTR2 }}
MEGAMATION_URL: ${{ vars.MEGAMATION_URL }}
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion inst/httptest2/redact.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ headers <- c("Cache-Control", "Server", "X-Powered-By",

function(response) {
response <- response |>
gsub_response("https://api.megamation.com/uog/dl/", "", fixed = TRUE) |>
redact_headers(headers) |>
redact_cookies()
response$request <- "REDACTED"
Expand Down

0 comments on commit bb0d541

Please sign in to comment.