AT Protocol IPLD-CAR Repository toolkit (CLI)

update

tree 417f4dd2 80340876

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/release.yaml
··· 24 24 - uses: actions/checkout@v3 25 25 - uses: wangyoucao577/go-release-action@v1 26 26 with: 27 - github_token: ${{ secrets.GITHUB_TOKEN }} 27 + github_token: ${{ secrets.PAT }} 28 28 goos: ${{ matrix.goos }} 29 29 goarch: ${{ matrix.goarch }} 30 30 project_path: "./cmd/atr.go"