From 5f819893df460176946a393d2669add5d9e98617 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Tue, 14 May 2024 18:15:18 +0200 Subject: [PATCH] refactor(renaming): update botanik github token --- .github/workflows/add-to-project.yml | 4 ++-- .github/workflows/auto-merge.yml | 2 +- .github/workflows/follow-contributor.yml | 2 +- .github/workflows/notify-release.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- .github/workflows/thank.yml | 2 +- .github/workflows/update-draft-docs.yml | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 4382a079..64590e92 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -12,5 +12,5 @@ jobs: steps: - uses: actions/add-to-project@v1.0.0 with: - project-url: https://github.com/orgs/axone/projects/9 - github-token: ${{ secrets.OKP4_TOKEN }} + project-url: https://github.com/orgs/axone-protocol/projects/2 + github-token: ${{ secrets.OPS_TOKEN }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index c28edee8..0c787fd1 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -12,4 +12,4 @@ jobs: uses: ahmadnassri/action-dependabot-auto-merge@v2 with: target: patch - github-token: ${{ secrets.OKP4_TOKEN }} + github-token: ${{ secrets.OPS_TOKEN }} diff --git a/.github/workflows/follow-contributor.yml b/.github/workflows/follow-contributor.yml index 88b881a6..8d22e281 100644 --- a/.github/workflows/follow-contributor.yml +++ b/.github/workflows/follow-contributor.yml @@ -12,4 +12,4 @@ jobs: uses: okp4/follow-contributor-action@v1.1.0 with: username: ${{ github.event.pull_request.user.login }} - token: ${{ secrets.OKP4_TOKEN }} + token: ${{ secrets.OPS_TOKEN }} diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index b0c324c9..04667604 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -29,7 +29,7 @@ jobs: with: url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' - customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' + customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |- { "ref": "main", @@ -46,7 +46,7 @@ jobs: with: url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' - customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' + customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |- { "ref": "main", @@ -63,7 +63,7 @@ jobs: with: url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' - customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' + customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |- { "ref": "main", @@ -83,7 +83,7 @@ jobs: with: url: 'https://api.github.com/repos/okp4/docs/actions/workflows/37674835/dispatches' method: 'POST' - customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' + customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |- { "ref": "main", diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9006da9f..22e11c34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - token: ${{ secrets.OKP4_TOKEN }} + token: ${{ secrets.OPS_TOKEN }} - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v6 @@ -59,7 +59,7 @@ jobs: extends: | conventional-changelog-conventionalcommits@7.0.1 env: - GITHUB_TOKEN: ${{ secrets.OKP4_TOKEN }} + GITHUB_TOKEN: ${{ secrets.OPS_TOKEN }} GIT_AUTHOR_NAME: ${{ secrets.OKP4_BOT_GIT_AUTHOR_NAME }} GIT_AUTHOR_EMAIL: ${{ secrets.OKP4_BOT_GIT_AUTHOR_EMAIL }} GIT_COMMITTER_NAME: ${{ secrets.OKP4_BOT_GIT_COMMITTER_NAME }} diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index af264e71..eae696d1 100644 --- a/.github/workflows/thank.yml +++ b/.github/workflows/thank.yml @@ -29,4 +29,4 @@ jobs: -v $(pwd):/home \ psampaz/gothanks:v0.4.0 \ -y \ - -github-token=${{ secrets.OKP4_TOKEN }} + -github-token=${{ secrets.OPS_TOKEN }} diff --git a/.github/workflows/update-draft-docs.yml b/.github/workflows/update-draft-docs.yml index 0c4f8e6c..0afacd02 100644 --- a/.github/workflows/update-draft-docs.yml +++ b/.github/workflows/update-draft-docs.yml @@ -13,7 +13,7 @@ jobs: with: url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' - customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' + customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |- { "ref": "main", @@ -31,7 +31,7 @@ jobs: with: url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' - customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' + customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |- { "ref": "main", @@ -49,7 +49,7 @@ jobs: with: url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' - customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' + customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |- { "ref": "main",