Skip to content

Commit

Permalink
[ci] Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 29, 2024
1 parent b16ad2e commit 9c6efcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

#to use reusable workflow
permissions:
id-token: write
contents: read

env:
IMAGE_NAME: parity/substrate-telemetry
APP: "substrate-telemetry"
Expand Down

0 comments on commit 9c6efcf

Please sign in to comment.