1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Add bot token for "Adding dates" workflow

This commit is contained in:
tituspijean 2024-04-29 22:05:50 +02:00
parent 8d1416cc42
commit fad6c9f29e

View file

@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python 3.11
uses: actions/setup-python@v5
with: