Skip to content

Commit

Permalink
Add github token secret to the workflow for uploading agent charms (#327
Browse files Browse the repository at this point in the history
)
  • Loading branch information
plars authored Aug 13, 2024
1 parent c982d09 commit e6b7eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/agent-charm-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
with:
charm-path: agent/charms/testflinger-agent-charm
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
channel: "latest/edge"
tag-prefix: "agent-charm"
2 changes: 2 additions & 0 deletions .github/workflows/agent-host-charm-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
with:
charm-path: agent/charms/testflinger-agent-host-charm
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
channel: "latest/edge"
tag-prefix: "agent-host-charm"

0 comments on commit e6b7eeb

Please sign in to comment.