Skip to content

Commit

Permalink
Update actions/add-to-project action to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2022
1 parent 7c5b538 commit a35fb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened'
steps:
- name: Move issue to Zarf Project
uses: actions/add-to-project@v0.3.0
uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/defenseunicorns/projects/1
github-token: ${{ secrets. ZARF_ORG_PROJECT_TOKEN }}

0 comments on commit a35fb1c

Please sign in to comment.