Skip to content

Commit

Permalink
chore: dnp issue attempt #2 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr authored Mar 7, 2024
1 parent 4d3f4e7 commit 11abb69
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/create-pnd-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@ jobs:
issues: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: create
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/templates/tilgangsinfo-pnd.md
- uses: monry/actions-add-issue-to-project@v2
with:
# Personal Access Token that with `repo`, `project`, `org:read` and `org:write` are granted.
github-token: ${{ secrets.ASSIGN_PROJECT_TOKEN }}
project-owner: 'Altinn'
project-number: 75
issue-repository: '${{ github.repository }}'
issue-number: ${{ steps.create.outputs.number }}

0 comments on commit 11abb69

Please sign in to comment.