Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update build-authentik2.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Lavish Gupta <146554957+lavishiamops@users.noreply.github.com>
  • Loading branch information
lavishiamops authored Sep 6, 2024
1 parent 012d62b commit eadec73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-authentik2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
curl -X PATCH \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.K8S_GH_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.PAT_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/scribe-security/scribe2/actions/variables/AUTHENTIK_TAG_LATEST" \
-d '{"name":"AUTHENTIK_TAG_LATEST","value":"${{ github.sha }}"}'
Expand All @@ -141,5 +141,5 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/scribe-security/scribe2/actions/variables/AUTHENTIK_TAG_LATEST" \
"https://api.github.com/repos/scribe-security/scribe2/actions/variables/AUTHENTIK_VERSION_STAGING" \
-d '{"name":"AUTHENTIK_VERSION_STAGING","value":"${{ needs.Stage-Setup-Release.outputs.tag_name }}"}'

0 comments on commit eadec73

Please sign in to comment.