Explorar el Código

build: use access token to trigger release builds

Jakob Borg hace 8 meses
padre
commit
b28066c85d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/release-syncthing.yaml

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

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