Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Sep 1, 2024
1 parent d4dea4f commit 6a21487
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
schedule:
- cron: "21 4 * * 0"

permissions:
# Allow creating GitHub release
contents: write

jobs:
pkgbuild:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -46,8 +50,6 @@ jobs:
files: |
${{ steps.makepkg.outputs.pkgfile0 }}
token: ${{ github.token }}
permissions:
contents: write

# - name: upload artifact
# uses: actions/upload-release-asset@v3
Expand Down

0 comments on commit 6a21487

Please sign in to comment.