Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 11, 2023
1 parent 3e4127a commit 41649ca
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test_gh_pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: 2023 geisserml <[email protected]>
# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

name: XXX Test GH pages
on:
workflow_dispatch:

jobs:

test_trigger:

runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
contents: write
# test permissions required to trigger workflow
actions: write

steps:
- name: Trigger GH Pages rebuild
uses: benc-uk/workflow-dispatch@v1
with:
workflow: gh_pages.yaml

0 comments on commit 41649ca

Please sign in to comment.