fix

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

.github/workflows/build.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.github/workflows/build.yml 🔗

@@ -7,4 +7,5 @@ jobs:
     with:
       go-version: ""
       go-version-file: ./go.mod
+    secrets:
       gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"