Skip to content

Commit

Permalink
Update mipsle-cloudflared.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexiaopeng2002 authored Mar 21, 2024
1 parent 8836bb5 commit 860a526
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mipsle-cloudflared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
token: ${{ secrets.cf }}

- name: Checkout new tags to branches
id: checkout-tags
uses: chachako/checkout-tags@v1
with:
base: cloudflare/cloudflared
token: ${{ secrets.cf }}
token: ${{ github.token }}
overwrite: false

- name: Push all new branches
Expand Down Expand Up @@ -91,7 +89,7 @@ jobs:
WITH_V: true
DEFAULT_BRANCH: main
RELEASE_BRANCHES: main
GITHUB_TOKEN: ${{ secrets.cf }}
GITHUB_TOKEN: ${{ github.token }}

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 860a526

Please sign in to comment.