Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Sep 18, 2024
1 parent d17c94a commit 38502d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
repository: ${{ github.repository_owner }}/eventing-manager
git_ref: ${{ needs.export-info.outputs.git-ref }}
git_check_run_name: "build / Build image"
secrets:
github_token: ${{ secrets.GITHUB_TOKEN }}

nats:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/wait-build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ on:
required: false
default: 600
type: number
secrets:
github_token:
required: true

jobs:
wait-for-build-job:
Expand Down Expand Up @@ -55,7 +52,7 @@ jobs:
- name: Wait for build job
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_FULL_NAME: ${{ inputs.repository }}
GIT_REF: "${{ inputs.git_ref }}"
GIT_CHECK_RUN_NAME: "${{ inputs.git_check_run_name }}"
Expand Down

0 comments on commit 38502d5

Please sign in to comment.