diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-06-20 15:33:31 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-20 15:33:47 +0900 |
commit | 29c7f849db68b0082ab2d29464803a68971fdc18 () | |
tree | 93f3435144c9b7ee0440c3ed17d2777b86cb01ab | |
parent | 8ce65463716144ac265f5c424e2dc126edf7f9fd (diff) |
Use another credential for generating new releases
-rw-r--r-- | ./workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ jobs: echo $PREVIOUS_RELEASE_TAG tool/gen--release.rb $PREVIOUS_RELEASE_TAG $RELEASE_TAG --no-dry-run env: - _TOKEN: ${{ secrets.MATZBOT__WORKFLOW_TOKEN }} - name: Update versions index run: | |