Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
Explicitly adding runner with whitelist access
  • Loading branch information
aamend authored Mar 12, 2024
1 parent a12d7c0 commit f0284b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish

env:
DB_PROFILES: ${{ secrets.DB_PROFILES }}

on:
workflow_dispatch:
inputs:
Expand All @@ -26,7 +26,7 @@ concurrency:

jobs:
release:
runs-on: ubuntu-latest
runs-on: html_publisher
steps:

- name: Checkout project
Expand Down

0 comments on commit f0284b7

Please sign in to comment.