Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 11, 2024
1 parent c0d156d commit bac9a68
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ steps.get-branch.outputs.branch }}
token: ${{ secrets.PRE_RELEASE_TOKEN }}
token: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}
fetch-depth: 0

- uses: ./.github/workflows/actions/e2e-build
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
with:
message: 'update base images'
env:
GITHUB_TOKEN: ${{ secrets.PRE_RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}

- name: Create comment
if: success()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PRE_RELEASE_TOKEN }}
token: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}
- uses: ./.github/workflows/actions/setup

- name: Clean install
Expand All @@ -34,7 +34,7 @@ jobs:
createGithubReleases: false
publish: echo "Publish"
env:
GITHUB_TOKEN: ${{ secrets.PRE_RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}

- name: Echo Changeset output
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/visual-base-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}
fetch-depth: 0
- uses: ./.github/workflows/actions/e2e-build
with:
Expand Down Expand Up @@ -49,4 +50,4 @@ jobs:
with:
message: 'update base images'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/visual-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}
fetch-depth: 0
- uses: ./.github/workflows/actions/e2e-build
with:
Expand Down Expand Up @@ -44,4 +45,4 @@ jobs:
with:
message: 'update base images'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRE_RELEASE_GITHUB_TOKEN }}

0 comments on commit bac9a68

Please sign in to comment.