File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
schedule :
5
5
# Runs at 05:00 UTC every day
6
6
- cron : ' 0 5 * * *'
7
- workflow_dispatch : # allow for manual trigger
7
+ workflow_dispatch : # allow manual trigger
8
8
9
9
jobs :
10
10
polling_amdsmi :
11
11
runs-on : ubuntu-latest
12
+ permissions :
13
+ id-token : write
12
14
steps :
13
15
- name : Checkout repository
14
16
uses : actions/checkout@v3
26
28
with :
27
29
python-version : ' 3.9'
28
30
29
- - name : Fix and publish, iff there exists a tag in rocm/amdsmi that is not here.
30
- env :
31
- TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
32
- TWINE_PASSWORD : ${{ secrets.PYPI_API_KEY }}
31
+ - name : Fix and publish, iff there exists a tag in rocm/amdsmi that is not here
33
32
run : |
34
33
chmod +x ./scripts/checkout_and_push_tag.sh
35
- ./scripts/checkout_and_push_tag.sh
34
+ ./scripts/checkout_and_push_tag.sh
You can’t perform that action at this time.
0 commit comments