Skip to content

Commit

Permalink
updated workflow token
Browse files Browse the repository at this point in the history
  • Loading branch information
janniclas committed Jan 3, 2022
1 parent 786b96a commit 9ef2716
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ 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: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ 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 }}

5 changes: 1 addition & 4 deletions .github/workflows/updateDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
tag:
required: true
type: string
secrets:
ORG_ACCESS_TOKEN:
required: true

workflow_dispatch:
inputs:
Expand All @@ -25,7 +22,7 @@ jobs:
with:
repository: fraunhofer-iem/dodo-deployment
ref: main
token: ${{ secrets.ORG_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true

- name: Checkout desired tag (workflow_call)
Expand Down

0 comments on commit 9ef2716

Please sign in to comment.