Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Sep 25, 2023
1 parent b259757 commit bf00eb9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/update-packages-list2.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
name: Update packages list
on:
schedule:
- cron: '0 0 1 1-12/3 *' # Run every three months
- cron: '0 0 1 1-12/1 *' # Run every month
push:
branches:
- main
paths:
- .github/workflows/license.yml
- update-action
workflow_dispatch: {}

jobs:
test:
runs-on: elixir
runs-on: ubuntu-latest
name: Update packages list in README
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.BOT_TOKEN }}
- uses: erlef/setup-beam@v1
with:
otp-version: '26.1'
elixir-version: '1.15.6'
- name: Update packages list
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
elixir update_packages_list.exs
git config user.name 'Membrane Bot'
Expand Down

0 comments on commit bf00eb9

Please sign in to comment.