mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 00:55:14 +00:00
permissions
This commit is contained in:
parent
20aba91507
commit
b85a8abf16
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy.yaml
vendored
6
.github/workflows/deploy.yaml
vendored
|
|
@ -1,5 +1,7 @@
|
|||
name: Deploy
|
||||
|
||||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # 1AM UTC; 9PM Eastern
|
||||
|
|
@ -11,6 +13,10 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy
|
||||
runs-on: ['ubuntu-latest']
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue