mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-19 07:09:18 +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
|
name: Deploy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * *' # 1AM UTC; 9PM Eastern
|
- cron: '0 1 * * *' # 1AM UTC; 9PM Eastern
|
||||||
|
|
@ -11,6 +13,10 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: ['ubuntu-latest']
|
runs-on: ['ubuntu-latest']
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue