Skip to content

Commit

Permalink
add permissions to login into ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Dec 3, 2024
1 parent 9e16559 commit adaaf60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ on:
jobs:
auto_assign_issue:
runs-on: ubuntu-latest
container: ghcr.io/datadog/agent-issue-auto-assign:latest
container:
image: ghcr.io/datadog/agent-issue-auto-assign:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
permissions:
issues: write
steps:
Expand Down

0 comments on commit adaaf60

Please sign in to comment.