Skip to content

Commit

Permalink
Merge pull request #1445 from jiaqiluo/fix-workflow-28
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqiluo authored Jul 18, 2024
2 parents 9f14384 + ffecba5 commit 92f451b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
contents: read
id-token: write
runs-on: ubuntu-latest
timeout-minutes: 10
needs: validate
container:
image: rancher/dapper:v0.6.0
Expand Down Expand Up @@ -104,4 +103,4 @@ jobs:
run: |
gh workflow run "Go Generate" --repo rancher/rke --ref release/v1.5 -F source_author=${{ github.actor }}
env:
GH_TOKEN: ${{ env.PAT_TOKEN }}
GH_TOKEN: ${{ env.PAT_TOKEN }}

0 comments on commit 92f451b

Please sign in to comment.