1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 00:55:14 +00:00

permissions

This commit is contained in:
Jason Hall 2021-09-22 08:26:40 -04:00
parent 20aba91507
commit b85a8abf16

View file

@ -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: