We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2077730 commit 3e054e1Copy full SHA for 3e054e1
1 file changed
tests/test_p9_auto.py
@@ -47,9 +47,9 @@ def test_publish_all_packages_workflow_uses_tokens_choices_and_pinned_actions():
47
assert '- wt-peer-probes' in workflow
48
assert 'environment: testpypi' in workflow
49
assert 'environment: pypi' in workflow
50
- assert 'secrets.PYPI_API_TOKEN' in workflow
51
- assert 'user: __token__' in workflow
52
- assert 'password: ${{ secrets.PYPI_API_TOKEN }}' in workflow
+ assert 'id-token: write' in workflow
+ assert 'user: __token__' not in workflow
+ assert 'password: ${{ secrets.PYPI_API_TOKEN }}' not in workflow
53
assert 'create-github-tags' in workflow
54
assert 'create-github-releases' not in workflow
55
assert 'github_releases = plan.get("github_releases", [])' in workflow
0 commit comments