[CI] Remove redundant GH secret
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -133,7 +133,6 @@ jobs:
|
|||||||
releaseVersion: $VERSION
|
releaseVersion: $VERSION
|
||||||
secrets:
|
secrets:
|
||||||
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Update to next Snapshot Version
|
- name: Update to next Snapshot Version
|
||||||
run: |
|
run: |
|
||||||
echo "Updating $REPO@$VERSION to next snapshot version."
|
echo "Updating $REPO@$VERSION to next snapshot version."
|
||||||
|
|||||||
5
.github/workflows/github-release.yml
vendored
5
.github/workflows/github-release.yml
vendored
@@ -10,8 +10,7 @@ on:
|
|||||||
secrets:
|
secrets:
|
||||||
GH_ACTIONS_REPO_TOKEN:
|
GH_ACTIONS_REPO_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
GITHUB_TOKEN:
|
|
||||||
required: true
|
|
||||||
jobs:
|
jobs:
|
||||||
github-release:
|
github-release:
|
||||||
if: github.repository == 'spring-projects-experimental/spring-pulsar'
|
if: github.repository == 'spring-projects-experimental/spring-pulsar'
|
||||||
@@ -32,7 +31,7 @@ jobs:
|
|||||||
curl -sSL https://github.com/cbroglie/mustache/releases/download/v1.2.2/mustache_1.2.2_linux_amd64.tar.gz | sudo tar -C /usr/local/bin/ --no-same-owner -xzv mustache
|
curl -sSL https://github.com/cbroglie/mustache/releases/download/v1.2.2/mustache_1.2.2_linux_amd64.tar.gz | sudo tar -C /usr/local/bin/ --no-same-owner -xzv mustache
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GH_ACTIONS_REPO_TOKEN}}
|
||||||
RELEASE_NOTES_ISSUES: ${{runner.temp}}/release_notes_issues.json
|
RELEASE_NOTES_ISSUES: ${{runner.temp}}/release_notes_issues.json
|
||||||
RELEASE_NOTES_FILE: ${{runner.temp}}/release_notes.md5
|
RELEASE_NOTES_FILE: ${{runner.temp}}/release_notes.md5
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user