Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
I do not know
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusSfan committed Jul 27, 2024
1 parent e0985f4 commit 619ae6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: ["repo"]
workflow_dispatch:

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,5 +22,9 @@ jobs:
./generate_packages_unstable.sh
cd ./dists/unstable
./generate-release.sh > main/binary-all/Release
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add .
git commit -m "Update unstable"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 619ae6b

Please sign in to comment.