Browse Source

GHA: fix location of token key

Benton Edmondson 1 year ago
parent
commit
196788a0c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -13,6 +13,6 @@ jobs:
       - uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d
         # this condition is down here instead of for the entire file so builds happen even for untagged
         if: startsWith(github.ref, 'refs/tags/')
-        token: ${{ secrets.GITHUB_TOKEN }}
         with:
+          token: ${{ secrets.GITHUB_TOKEN }}
           files: builds/*