diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62b89e8..72e168f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: workdir: . args: release -f ./build/goreleaser.yaml --rm-dist --clean --release-footer-tmpl=scripts/template/footer.md.tmpl --release-header-tmpl=scripts/template/head.md.tmpl env: - USERNAME: ${{ github.repository_owner }} + USERNAME: ${{ github.repository_owner }} GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} FURY_TOKEN: ${{ secrets.FURY_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' diff --git a/GitHub Secrets b/GitHub Secrets new file mode 100644 index 0000000..62e96cf --- /dev/null +++ b/GitHub Secrets @@ -0,0 +1 @@ +There is no new file to be created as part of this request. The task involves checking and potentially updating the GitHub Secrets used in the repository, which is done through the GitHub web interface and not through code. diff --git a/settings of the dessant/lock-threads@v4 action b/settings of the dessant/lock-threads@v4 action new file mode 100644 index 0000000..63cdd34 --- /dev/null +++ b/settings of the dessant/lock-threads@v4 action @@ -0,0 +1,16 @@ +name: Lock Threads + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + lock: + runs-on: ubuntu-latest + steps: + - name: Lock Threads + uses: dessant/lock-threads@v4 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + process-only: 'issues' + days-before-lock: 14