Browse Source

build: use access token to trigger release builds

Jakob Borg 4 months ago
parent
commit
b28066c85d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/release-syncthing.yaml

+ 1 - 0
.github/workflows/release-syncthing.yaml

@@ -57,3 +57,4 @@ jobs:
         with:
           workflow: build-syncthing.yaml
           ref: refs/tags/$NEXT
+          token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}