commit da74120f8d92f0f826d84809d76f49566bbd314b
parent a46845a9373356885f33177cd759402c890e1f7d
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Tue, 10 Oct 2023 18:52:16 +0200
Merge branch 'main' into cleanup-midnightthoughts.space
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
@@ -4,6 +4,9 @@ on:
push:
branches: [main]
pull_request:
+ paths:
+ - '*.yaml'
+ - '!.github/**'
jobs:
linting:
runs-on: ubuntu-latest
@@ -13,6 +16,9 @@ jobs:
- name: Run yamllint
run: yamllint .
validate:
+ permissions:
+ issues: write
+ pull-requests: write
needs: linting
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
@@ -25,6 +31,10 @@ jobs:
- uses: solvaholic/octodns-sync@main
with:
config_path: config/production.yaml
+ env:
+ POWERDNS_API_KEY_NS1: ${{ secrets.POWERDNS_API_KEY_NS1 }}
+ POWERDNS_API_KEY_NS2: ${{ secrets.POWERDNS_API_KEY_NS2 }}
+ POWERDNS_API_KEY_NS3: ${{ secrets.POWERDNS_API_KEY_NS3 }}
- name: Get plan output
id: meta
run: |