Skip to content

Commit d6c0a9f

Browse files
authored
Merge branch 'main' into fix/revert_makefile_deploy
2 parents 2c9109f + fcc31de commit d6c0a9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
schedule:
66
- cron: '0 12 * * MON'
77

8+
permissions:
9+
contents: write
10+
id-token: write
11+
812
jobs:
913
deploy:
1014
runs-on: ubuntu-24.04
@@ -14,6 +18,7 @@ jobs:
1418
with:
1519
fetch-depth: '0'
1620
persist-credentials: false
21+
token: ${{ secrets.GH_TOKEN }}
1722
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1823
- name: Git Identity
1924
run: |

0 commit comments

Comments
 (0)