Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

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

Update actions/add-to-project action to v1
  • Loading branch information
nlamirault committed Jun 10, 2024
2 parents 8e790d9 + cfb00b1 commit f25fcc8
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.1
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.1
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down

0 comments on commit f25fcc8

Please sign in to comment.