Element relies on being able to one-shot user-interactive authentication for password changes #10473
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Move new issues into Issue triage board | |
| on: | |
| issues: | |
| types: [opened] | |
| permissions: {} # We use ELEMENT_BOT_TOKEN instead | |
| jobs: | |
| automate-project-columns: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/element-hq/projects/120 | |
| github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} |