Skip to content

Commit

Permalink
Update Ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitthi committed Sep 29, 2024
1 parent d3b3efc commit e5eba68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build-and-release-binaries:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -61,4 +62,4 @@ jobs:
build/linux/aarch64-easy-proxy-linux-gnu
tag_name: v${{ steps.extract_version.outputs.version }}
name: v${{ steps.extract_version.outputs.version }}
token: ${{ secrets.ORGK }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e5eba68

Please sign in to comment.