Skip to content

Commit

Permalink
Merge pull request #22 from portefaix/renovate/actions-add-to-project…
Browse files Browse the repository at this point in the history
…-1.x

chore(deps): update actions/add-to-project action to v1
  • Loading branch information
nlamirault authored Sep 9, 2024
2 parents 68753e1 + e3896a0 commit ddd550c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/projects-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/add-to-project@v0.6.0
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/projects-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/add-to-project@v0.6.0
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down

0 comments on commit ddd550c

Please sign in to comment.