.github/workflows/build.yml 🔗
@@ -7,3 +7,4 @@ jobs:
     with:
       go-version: ""
       go-version-file: ./go.mod
+      gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
  Carlos Alexandro Becker created
.github/workflows/build.yml | 1 +
1 file changed, 1 insertion(+)
@@ -7,3 +7,4 @@ jobs:
     with:
       go-version: ""
       go-version-file: ./go.mod
+      gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"