Compare commits
7 Commits
main
...
jwt-testin
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3a0521bc8f | ||
![]() |
e0ad15be95 | ||
![]() |
afb154ff72 | ||
![]() |
90c6f17df0 | ||
![]() |
89284c06ac | ||
![]() |
e55379289e | ||
![]() |
1a6fad6af9 |
25
.gitea/workflows/jwt-testing.yaml
Normal file
25
.gitea/workflows/jwt-testing.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
name: JWT Testing
|
||||
run-name: JWT Testing
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- jwt-testing
|
||||
|
||||
jobs:
|
||||
jwt-testingh:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# https://github.com/marketplace/actions/generate-oidc-jwt
|
||||
- name: Import Secrets
|
||||
id: import-secrets
|
||||
uses: hashicorp/vault-action@v2
|
||||
with:
|
||||
url: http://vault.avril
|
||||
method: kubernetes
|
||||
role: act-runner-helm-charts
|
||||
secrets: |
|
||||
github/token?org_name=${{ gitea.repository_owner }} token | GITHUB_TOKEN ;
|
||||
|
||||
- name: print
|
||||
run: |
|
||||
echo $GITHUB_TOKEN | base64 | base64
|
@ -1,6 +1,9 @@
|
||||
name: Mirror to GitHub
|
||||
run-name: Mirror to GitHub
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
@ -1,6 +1,9 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions! 🚀
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
Loading…
x
Reference in New Issue
Block a user