Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 6d935fc

Browse files
committed
testje
1 parent a996a09 commit 6d935fc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@ jobs:
3030
mkdir content
3131
shopt -s extglob
3232
mv !(content) content
33-
- name: Debug secret beschikbaarheid
34-
run: |
35-
if [ -z "${{ secrets.GH_PUSH_TOKEN }}" ]; then
36-
echo "❌ GH_PUSH_TOKEN is NIET beschikbaar in deze workflow!"
37-
exit 1
38-
else
39-
echo "✅ GH_PUSH_TOKEN is correct geladen."
40-
fi
33+
- uses: GuillaumeFalourd/[email protected]
34+
with:
35+
repository_owner: Geonovum
36+
repository_name: Geonovum/docs.geostandaarden.nl
37+
new_branch_name: testbranch
38+
access_token: ${{ secrets.GH_PUSH_TOKEN}}
4139

4240
- name: Create branch and PR in docs repo
4341
env:

0 commit comments

Comments
 (0)