Skip to content

Commit

Permalink
Merge pull request #62 from fraunhofer-iem/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
janniclas authored Dec 2, 2021
2 parents e3d87c2 + 2875857 commit 228ecd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
uses: fraunhofer-iem/dodo-github-visualization/.github/workflows/updateDeploy.yml@main
with:
tag: ${{ needs.tag.outputs.new_tag }}
secrets:
ORG_ACCESS_TOKEN: ${{ secrets.ORG_ACCESS_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
uses: fraunhofer-iem/dodo-github-visualization/.github/workflows/updateDeploy.yml@main
with:
tag: ${{ needs.tag.outputs.new_tag }}
secrets:
ORG_ACCESS_TOKEN: ${{ secrets.ORG_ACCESS_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/updateDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
tag:
required: true
type: string
secrets:
ORG_ACCESS_TOKEN:
required: true

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 228ecd6

Please sign in to comment.