Initial commit
This commit is contained in:
16
.gitea/workflows/secretsTest.yaml
Normal file
16
.gitea/workflows/secretsTest.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
on: push
|
||||
jobs:
|
||||
hello-world:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Configure 1Password Service Account
|
||||
uses: 1password/load-secrets-action/configure@v1
|
||||
with:
|
||||
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
|
||||
|
||||
- name: Load secret
|
||||
uses: 1password/load-secrets-action@v1
|
||||
env:
|
||||
SECRET: op://Dev Vault #1/Password/password
|
||||
Reference in New Issue
Block a user